freeCodeCamp / CurriculumExpansion

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

chore: add mad libs game lab to frontend cert(JS only) #416

Closed jdwilkin4 closed 3 months ago

jdwilkin4 commented 4 months ago

The first few labs in the JS section will be JavaScript only and short. The preceding workshops will also be short and only teach a few concepts. This is to ensure the campers really grasp the fundamentals before moving onto harder concepts.

Here is the intro to strings JS workshop: https://github.com/freeCodeCamp/CurriculumExpansion/pull/415/files

We need a mad libs lab that will immediately following that.

Here is what the campers will know so far:

For this mad libs game lab, you could have campers create a few variables for stuff like person, verb, city, food, etc. Then they will create mad libs using string concatenation and those variables. Then they will log those mad libs to the console

Acceptance criteria