Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.3 KB

Rookie JS Problem Solving

Greetings and salutations!

Behold, a magnificent compilation of trials and tribulations for aspiring web developers who have recently attained proficiency in the fundamentals of JavaScript!

Challenges

  1. Level00
  2. Level01
  3. Level02
  4. Level03
  5. Level04
  6. Level05
  7. Level06
  8. Level07
  9. Level08
  10. Level09

How to use?

Once you finish a challenge you can run tests by running the following command in your terminal npm run test<test level> replace <test level> by the level of the challenge you'd like to test!

npm run test00