Skip to content

Solutions to different coding problems implemented in JavaScript.

Notifications You must be signed in to change notification settings

aamirsaleem67/coding-problems

Repository files navigation

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'

About

Solutions to different coding problems implemented in JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published