This repo is here to help you learn to code. Chapter 0 is a simple walkthrough of the basics of coding in Javascript.
Before tests will work, you will need to run npm install
Then just run npm test or npm test <file name> to only test one file
If you don't have npm installed, look up nvm and how to install node.
The solutions are all in their respective Sol file, but don't cheat! You'll be missing out on valuable learning opportunities!
All Chapters starting at 1 are direct pulls from the book Cracking the Coding Interview.
Javascript prompts and solutions as well as testing for every question in Cracking The Coding Interview
Make sure to read the chapter before you start answering the questions!
There's also a hints file for each question, I'd recommend reading all of the hints after you find your own solution, they provide some good insights as to other solutions to the problems, and potentially more efficient ways of solving them
To read the prompts and chapters yourself, check out the book, it is a great resource and is worth the purchase!