freeCodeCamp / CurriculumExpansion

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

chore: add random number generator lab to frontend cert(JS only) #419

Closed jdwilkin4 closed 1 month ago

jdwilkin4 commented 3 months ago

Creating random numbers comes up a lot in the current beta JS curriculum and campers are still struggling with it. So we will have a workshop teaching the Math object and we will have a lab all about random numbers. There will also be lectures too and quiz questions to make sure they really understand the material this time around.

Here is the intro to numbers and Math object JS workshop: https://github.com/freeCodeCamp/CurriculumExpansion/pull/418

We need a random number generator lab that will immediately follow that.

Here is what the campers will know so far:

Acceptance criteria