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