Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 209 Bytes

File metadata and controls

23 lines (16 loc) · 209 Bytes

Cracking the Coding Interview 6th Edition - JavaScript


Install dependencies:

npm install

Test

npm test

If you just want to lint

npm run lint