Full list of challenges: https://www.codewars.com/users/CodeYourFuture/authored_collections
- Install dependencies by running
npm install
- To run all tests, simply run
npm run test
- To test specific week's challenges, run
npm run test -- JS1-WeekX
. Be sure to replace X with number of the week, e.g.JS1-Week1
- To test specific file, run
npm run test -- PATH
. Be sure to replace PATH with exact path to the file, which you will be able to find in each challenge's commented section
npm run test -- JS1-Week1
- Even or Odd
- Opposite number
- String repeat
- Beginner Series #2 Clock
- Jenny's secret message
- Grasshopper - Personalized Message
- Convert boolean values to strings 'Yes' or 'No'
npm run test -- JS1-Week2
- Return Negative
- Small enough? - Beginner
- Counting sheep...
- Grasshopper - Summation
- Do I get a bonus?
- Find Your Villain Name
- Basic Mathematical Operations
- Abbreviate a Two Word Name
- Grasshopper - If/else syntax debug
- Thinkful - String Drills: Repeater
npm run test -- JS1-Week3
npm run test -- JS2-Week1
npm run test -- JS2-Week2
npm run test -- JS2-Week3