Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 219 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 219 Bytes

Js drills

Algorithms and whatnot in pure javascript.

How to run ?

Simply run in the terminal:

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

# to run tests:
npm test