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

https://github.com/eiberham/js-drills

Javascript algorithms, utilities, design patterns
https://github.com/eiberham/js-drills

algorithms design-patterns techniques utilities

Last synced: 3 months ago
JSON representation

Javascript algorithms, utilities, design patterns

Awesome Lists containing this project

README

          

# Js drills

Algorithms and whatnot in pure javascript.

## How to run ?

Simply run in the terminal:

```console
git clone https://github.com/eiberham/js-drills.git
cd js-drills
npm i

# to run tests:
npm test
```