Skip to content

Wordbee/js-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published