Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.09 KB

books.md

File metadata and controls

29 lines (15 loc) · 1.09 KB

Books we recommend

For JavaScript Basics

A good online book that covers JavaScript basics is: Eloquent JavaScript

Another good book that covers the basics is: Speaking JavaScript

The Good Parts

This is a must-read - JavaScript: The good Parts

It is a short book that gives you a very good explanation why JavaScript is not like any other language that you know.

The C-like syntax can be misleading. Read this book to know your JavaScript

Dealing with jQuery

A good online book about jQuery is: jQuery Fundamentals - the book covers everything you need to know to get started with jQuery

Scopes & Closures

A good book on that topic is: You don't know JS: Scope & Closures - it is available on GitHub

Effective JavaScript

This is another Must-read JavaScript book that you can find here:

Effective JavaScript