javascript-algorithms/src/playground/README.md
Oleksii Trekhleb e27ccedf28 Update READMEs.
2018-04-12 08:46:35 +03:00

12 lines
240 B
Markdown

# Playground
You may use `playground.js` file to play with data
structures and algorithms. The code from `playground.js` may
be tested in `./__test__/playground.test.js` file.
To run tests simply run:
```
npm test -- -t 'playground'
```