freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
313 stars 105 forks source link

chore: add recursion lab to frontend cert #464

Open jdwilkin4 opened 2 months ago

jdwilkin4 commented 2 months ago

We need a lab for them to do help them review working with recursion. Here is the workshop they will do before this https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-recursion-by-building-a-decimal-to-binary-converter/step-109

They will also know all of the fundamentals (strings, functions, objects, arrays, etc) They will also know about higher order functions like map, filter, reduce. And they will know DOM basics like getElementById, querySelector, querySelectorAll, click events, change events.

Acceptance criteria

jdwilkin4 commented 2 weeks ago

A Good option here could be a JS only fibonacci

something similar to this

https://www.freecodecamp.org/learn/project-euler/project-euler-problems-1-to-100/problem-2-even-fibonacci-numbers