Work in progress, will be adding more problems and solutions.
-
Install latest version of Node.js
-
Clone the repository
git clone git@github.com:IamManchanda/javascript-coding-problems.git
- Change to repository's directory
cd javascript-coding-problems
- Run all tests
npm run test
- Run all tests, watch mode
npm run test:w
- Run specific test
npm run test -- 001-factorial