freeCodeCamp / CurriculumExpansion

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

feat: add leap year calculator JS only lab #494

Closed zairahira closed 1 month ago

zairahira commented 2 months ago

Checklist:

Closes #427

jdwilkin4 commented 2 months ago

@zairahira

So we currently have a rock, paper, scissors game in the DOM manipulation module It will be carried over from the beta JS curriculum https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/review-dom-manipulation-by-building-a-rock-paper-scissors-game/step-6

So we can either, remove that from the DOM portion and use your version for the booleans and conditionals module Or covert what is currently into beta into a lab in the DOM module

zairahira commented 2 months ago

I have updated the project to a Leap Year Calculator. The campers would be asked to determine whether the provided year is a leap year or not using conditional statements.

jdwilkin4 commented 2 months ago

Also, don't forget to update the folder names to the new project name 👍