└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # JavaScript Interview 2 | 3 | Below is a list of resources preparing for a JavaScript interview! Please add your own via pull requests or by filing an issue! 4 | 5 | ## Books 6 | 7 | + [Cracking the Coding Interview](http://a.co/a9uhLXt) The de facto book for preparing for software interviews. 8 | + [JavaScript: The Good Parts](http://shop.oreilly.com/product/9780596517748.do) A great quick summary of how to write reliable JavaScript. 9 | + [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) Incredible in-depth book series on JavaScript internals. 10 | 11 | ## Interactive 12 | 13 | ### Sites that give you common questions and allow you to submit them for grades. 14 | 15 | + [LeetCode](https://leetcode.com/) My #1 pick for quality. Their premium version allows you to sort by questions certain companies have asked. 16 | + [Codewars](https://www.codewars.com/) The prettiest of the interactive sites. Compete with others and earn points while sharpening your skills. 17 | + [HackerRank](https://www.hackerrank.com/) 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. 18 | 19 | ## Videos 20 | 21 | + [Frontend Masters](https://frontendmasters.com) A pay site with great courses on everything web development. 22 | + [Egghead](https://egghead.io/) Both free and premium videos. Egghead is bite-sized JavaScript videos. 23 | + [Code School](https://www.codeschool.com/) Beautiful site and a great resource for beginners. 24 | + [Wes Bos](http://wesbos.com/courses) Wes has incredible free and premium courses on a variety of topics. 25 | 26 | ## Articles 27 | 28 | + [Itsy Bitsy Data Structures](https://github.com/thejameskyle/itsy-bitsy-data-structures) James does such an incredible job of breaking down all the major data structures with JavaScript examples. 29 | + [10 Interview Questions Every JavaScript Developer Should Know](https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95) Eric Elliott 30 | --------------------------------------------------------------------------------