You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good online book that covers JavaScript basics is: [__Eloquent JavaScript__](http://eloquentjavascript.net/)
6
+
7
+
Another good book that covers the basics is: [__Speaking JavaScript__](http://speakingjs.com/)
8
+
9
+
## The Good Parts
10
+
11
+
This is a must-read - [__JavaScript: The good Parts__](http://shop.oreilly.com/product/9780596517748.do)
12
+
13
+
It is a short book that gives you a very good explanation why JavaScript is not like any other language that you know.
14
+
15
+
The C-like syntax can be misleading. Read this book to know your JavaScript
16
+
17
+
## Dealing with jQuery
18
+
19
+
A good online book about jQuery is: [__jQuery Fundamentals__](http://jqfundamentals.com/) - the book covers everything you need to know to get started with jQuery
20
+
21
+
## Scopes & Closures
22
+
23
+
A good book on that topic is: [__You don't know JS: Scope & Closures__](https://github.com/getify/You-Dont-Know-JS/tree/master/scope%20%26%20closures) - it is available on GitHub
24
+
25
+
## Effective JavaScript
26
+
27
+
This is another Must-read JavaScript book that you can find here:
0 commit comments