Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

What are some good, advanced books on JavaScript?

What are the best book sources to learn advanced JavaScript?
by

1 Answer

aashaykumar
Before seeking advanced topics I would suggest you first try and understand the working of JavaScript and the Javascript engine.

This helps you better when you are trying to master the more advanced topics.

You will need detailed understanding about the following to start with

How Objects in Javascript work
Scopes
Prototypes
Object oriented Javascript
Patterns in Javascript
Unit testing with Jasmine or similar tools

Login / Signup to Answer the Question.