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.
- Host: GitHub
- URL: https://github.com/miguelsavignano/javascript-kata
- Owner: MiguelSavignano
- Created: 2018-11-21T19:31:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:26:42.000Z (about 3 years ago)
- Last Synced: 2025-10-12T15:07:07.215Z (4 months ago)
- Topics: example, kata
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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"
```