Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 709 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 709 Bytes

JavaScript Coding Problems

This repository contains coding problems of different platforms.

Each platform has it's own separate README and each problem has it's README as well which contains problem description and link to the actual problem.

☝ Note that this project is meant to be used for practice and learning purpose only and it is not meant to be used for production.

Platforms

  1. Rally Coding
npm install

Run ESLint

You may want to run it to check code quality.

npm run lint

Run Prettier

To format the code

npm run format

Run all tests

npm test

Run tests by name

npm test -- 'movement-of-person'