Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

skipzero/JSCodeChallenges

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSCodeChallenges

JavaScript Code Challenges. Improve your skills by winning each challenge

##How to use

Clone the repo:

shell$ git clone git@github.com:ripter/JSCodeChallenges.git

Each challenge is a seprate folder. Navigate to the challenge you want to complete. Example, iso8601 challenge.

shell$ cd JSCodeChallenges/medium/iso8601

Run the tests to see if the code passes: (it won't pass on fresh checkout, your challenge is to write the code to make it pass.)

shell$ make

Edit the source file to make changes.

 shell$ emacs src/index.js

Repeat running the test until everything has passed.

##Prerequisites

##Tips Most challenges do not allow the use of 3rd party libraries. If a library is allowed, it will be included for you in src/index.js

Use the tests as documentation. They are always located in test/

About

JavaScript Code Challenges. Improve your skills by winning each challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Makefile 1.5%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.