Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 531 Bytes

File metadata and controls

31 lines (20 loc) · 531 Bytes

JavaScript Coding Problems

Work in progress, will be adding more problems and solutions.

Usage

  1. Install latest version of Node.js

  2. Clone the repository

git clone git@github.com:IamManchanda/javascript-coding-problems.git
  1. Change to repository's directory
cd javascript-coding-problems
  1. Run specific test for a problem
npm run test -- 001-general-practise/001-factorial
  1. Watch specific test for a problem
npm run test:w -- 001-general-practise/001-factorial