freeCodeCamp / CurriculumExpansion

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

chore: add workshop to teach loops in frontend cert(JS only) #425

Closed jdwilkin4 closed 3 months ago

jdwilkin4 commented 4 months ago

The frontend cert will have a module just for loops. There will be a lecture block going into more detail about how to work with loops with examples. But we need a short(like 40 steps or less) workshop, for them to learn about loops interactively.

This workshop does not need to cover all the different types of loop because the lecture before this is covering a lot and providing them an introduction. So we could just focus on a few like the while and for...of loop for example.

This will be complete list of concepts campers will know about so far before this workshop:

Acceptance criteria