freeCodeCamp / CurriculumExpansion

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

chore: add JS only higher order functions lab to frontend cert #519

Closed jdwilkin4 closed 2 days ago

jdwilkin4 commented 1 month ago

We need a lab for campers to practice working with higher order functions like map, filter, etc. This will be JS only. Not HTML or CSS or DOM manipulation.

Here is the workshop they will do before this https://github.com/freeCodeCamp/CurriculumExpansion/blob/main/frontend-cert/js-projects/library-manager/script.js

They will also know all of the fundamentals (strings, functions, objects, arrays, etc)

This doesn't need to cover everything in the workshop, just pick a couple of things like map or filter.

Acceptance criteria