-
-
Notifications
You must be signed in to change notification settings - Fork 44.3k
Bug - Build an Nth Fibonacci Number Calculator (javascript-v9) #66910
Copy link
Copy link
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.js v9 certThis is for the JS V9 certification.This is for the JS V9 certification.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Metadata
Metadata
Assignees
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.js v9 certThis is for the JS V9 certification.This is for the JS V9 certification.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.
Describe the Issue
Not using recursion in solution, but still can't pass.
Related forum post:
Affected Page
https://www.freecodecamp.org/learn/javascript-v9/lab-nth-fibonacci-number-js/build-an-nth-fibonacci-number-calculator
Your code
Expected behavior
Iterative DP solution.
Should have passed.
Screenshots
System
Additional context
No response