Oleksii Trekhleb | Javascript algorithms (Playground)
This is a series of books diving deep into the core mechanisms of the JavaScript language.
· 1 phút đọc.
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'