javascript-interview
javascript-interview copied to clipboard
Cracking the Coding Interview JS repo
When interviewing for my current job, I went through the Cracking the Coding Interview and implemented solutions for a lot of the questions in Javascript. I made a repo for my solutions and tests: https://github.com/chrbala/Javascript-interview-practice
Like I say in the readme, there may be mistakes in there. Even so, some may find it useful. It may also be a reasonable starting point for a more complete JS guide.