Skip to content

berkeli/CodeWars-CYF

Repository files navigation

Collection of CYF challenges from CodeWars.

Full list of challenges: https://www.codewars.com/users/CodeYourFuture/authored_collections

How to use:

  1. Install dependencies by running npm install

Testing:

  1. To run all tests, simply run npm run test
  2. 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
  3. 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

Challenges in this repo

npm run test -- JS1-Week1

  1. Even or Odd
  2. Opposite number
  3. String repeat
  4. Beginner Series #2 Clock
  5. Jenny's secret message
  6. Grasshopper - Personalized Message
  7. Convert boolean values to strings 'Yes' or 'No'

npm run test -- JS1-Week2

  1. Return Negative
  2. Small enough? - Beginner
  3. Counting sheep...
  4. Grasshopper - Summation
  5. Do I get a bonus?
  6. Find Your Villain Name
  7. Basic Mathematical Operations
  8. Abbreviate a Two Word Name
  9. Grasshopper - If/else syntax debug
  10. Thinkful - String Drills: Repeater

npm run test -- JS1-Week3

npm run test -- JS2-Week1

npm run test -- JS2-Week2

npm run test -- JS2-Week3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published