Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 551 Bytes

File metadata and controls

33 lines (20 loc) · 551 Bytes

JS Exercises

Goal

To solve the provided JavaScript exercises and make all tests pass.

Installation

Clone the repo and install the dependencies with yarn or npm

yarn | npm install

Usage

Each exercise folder contains readme file to describe the exercise.

Each exercise folder contains index.js where to write your solution.

Each exercise folder contains test.js with tests to validate your solution correctness.

Running all tests

yarn test

Running tests for specific exercise

yarn test FizzBuzz