/js-training

Some beginner JS katas to train map and filter array methods.

Primary LanguageJavaScript

Map & Filter Dojo

Here you will find some exercises to practice your skills handling arrays in JS.

Installation

npm i

Usage

In order to run the tests you might run this command:

npm test

If you want to run one test file only, you would prefer:

npm test ./__tests__/{foo.test.js}