Work in progress, will be adding more problems and solutions.
-
Install latest version of Node.js
-
Clone the repository
git clone [email protected]:IamManchanda/javascript-coding-problems.git
- Change to repository's directory
cd javascript-coding-problems
- Run specific test for a problem
npm run test -- 001-general-practise/001-factorial
- Watch specific test for a problem
npm run test:w -- 001-general-practise/001-factorial