https://github.com/tbsklg/javascript-katas
This repository contains my solutions to JavaScript katas from Codewars.
https://github.com/tbsklg/javascript-katas
Last synced: 3 months ago
JSON representation
This repository contains my solutions to JavaScript katas from Codewars.
- Host: GitHub
- URL: https://github.com/tbsklg/javascript-katas
- Owner: tbsklg
- Created: 2022-07-07T11:27:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T05:39:01.000Z (9 months ago)
- Last Synced: 2025-03-11T01:48:31.675Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 360 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Katas
[](https://www.codewars.com/users/tbsklg)
This repository contains my solutions to Katas hosted on [codewars.com](https://www.codewars.com/).
## Run tests
```bash
npm test
```## Run tests in watch mode
```bash
npm run test:watch
```