Skip to content

Bug in algorithms-and-data-structures-js/algorithms-and-data-structures/project-euler/002-even-fibonacci-numbers/even-fibo-while.js  #32

Open
@JCPedroza

Description

@JCPedroza

The while loop is treating the current and next variables in the opposite way. Once this is fixed, the while loop should check for next, not current.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions