Skip to content

super-cache-money/javascript-challenges

 
 

Repository files navigation

JavaScript Challenges

You should probably start with the beginner challenges, and work your way upwards. Ask me for help if you get stuck!

😊 Beginner

🤓 Intermediate

🤕 Advanced

Getting Started

➕ Create your repo

Click the "Use this template" green button above to create your own private instance of this repo - we don't want spoilers out in the wild. You should add me as a collaborator to it, so I can see your progress, which you can commit as you go.

📦 Install the dependencies

You will need node.js to run your solutions. Assuming that's installed on your system, install the dependencies for all the challenges in the root of this repo:

npm i

🤔 Solve the challenges

For each challenge, and within its corresponding folder:

  • Understand the challenge via the readme.md
  • Edit the corresponding .js file
  • Test it by running node <challenge>-test.js

About

A collection of JavaScript coding challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%