https://github.com/trekhleb/javascript-algorithms
npm install
npm run test
node ./node_modules/jest/bin/jest.js PriorityQueue.test.js
npm run lint
Open up Chrome and type in the address bar : chrome://inspect or about:inspect
node --inspect-brk=9229 app.js
node --inspect-brk ./node_modules/.bin/jest -i ./src/data-structures/list/__test__/List.test.js
./node_modules/.bin/babel src --out-dir lib
// ---------------------------------------------------