Below is a list of resources preparing for a JavaScript interview! Please add your own via pull requests or by filing an issue!
- Cracking the Coding Interview The de facto book for preparing for software interviews.
- JavaScript: The Good Parts A great quick summary of how to write reliable JavaScript.
- You Don't Know JS Incredible in-depth book series on JavaScript internals.
- LeetCode My #1 pick for quality. Their premium version allows you to sort by questions certain companies have asked.
- Codewars The prettiest of the interactive sites. Compete with others and earn points while sharpening your skills.
- HackerRank Another good option. Lots of big companies like Facebook and Twitter use this platform to give questions so it's at least worth familiarizing yourself with.
- Frontend Masters A pay site with great courses on everything web development.
- Egghead Both free and premium videos. Egghead is bite-sized JavaScript videos.
- Code School Beautiful site and a great resource for beginners.
- Wes Bos Wes has incredible free and premium courses on a variety of topics.
- Itsy Bitsy Data Structures James does such an incredible job of breaking down all the major data structures with JavaScript examples.
- 10 Interview Questions Every JavaScript Developer Should Know Eric Elliott