freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

Project Euler Problem 2 is misleading. #280

Closed iambk closed 6 years ago

iambk commented 6 years ago

Describe the bug

Project Euler problem 2's tests are incorrect. In the description of the problem, the user is asked to find the sum of even terms till a specific term(i.e, 4 million). But the tests check for the sum till a specific number of fibonacci terms. Thus, either the description of the problem or the test cases should be modified in order to fix this.

Url to the challenge

Project Euler: Problem 2

Desktop (please complete the following information):