Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Fareez Ahmed
Fareez Ahmed
12,728 Points

Best Interview Prep Book/Resource - Javascript

Hi, Can anyone recommend a really good book for preparing for interview questions (algorithims, etc kind of like "Cracking the Coding Interview: http://www.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) in javascript? Noticed that many are in C++ or Java, haven't come across any good JS ones.

Thanks!

Dave McFarland Andrew Chalkley

Hi Fareez, Effective JavaScript is a good book that covers off everything I've been asked in interviews e.g. from difference in === and == to how do you protect against someone leaving out new in an instantiation. http://ptgmedia.pearsoncmg.com/images/9780321812186/samplepages/0321812182.pdf Also Testable JavaScript, O'reilly is great for understanding BDD for bonus points with the business http://shop.oreilly.com/product/0636920024699.do

1 Answer

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Hi Fareez Ahmed,

I don't know of any books specifically about interviewing for JavaScript jobs. JavaScript is changing so rapidly -- node.js, EcmaScript 6, etc -- that I don't think any book could keep up-to-date.

However, the book you listed looks pretty interesting and seems to have a lot of information that isn't specific to any one language.

Here are a few things I found while Googling:

Also Eloquent JavaScript is a great book -- it's not for beginners, but it covers a wide range of important JavaScript topics. If you can go through this book and understand most of it, you'll be in a good position for a JavaScript interview.