An open API service indexing awesome lists of open source software.

https://github.com/miguelsavignano/javascript-kata

Kata of simple javascritps concepts; using test.
https://github.com/miguelsavignano/javascript-kata

example kata

Last synced: 3 months ago
JSON representation

Kata of simple javascritps concepts; using test.

Awesome Lists containing this project

README

          

# javascript-kata
Kata of simple javascritps concepts; using test.

Setup
required nodejs and npm

```
npm install
```

## Start
To run first problem

```
npx jest -t "#01"
```
You need to implement the function to make the test pass you can define the funcion in index.test.js

Run again the test to check the result
```
npx jest -t "#01"
```