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

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.

Awesome Lists containing this project

README

        

# JavaScript Katas
[![](https://www.codewars.com/users/tbsklg/badges/micro)](https://www.codewars.com/users/tbsklg)
![](https://github.com/tbsklg/javascript-katas/actions/workflows/node.yml/badge.svg)

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
```