Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.13 KB

javascript.md

File metadata and controls

39 lines (22 loc) · 1.13 KB

The JavaScript Bookshelf

Eloquent JavaScript: A Modern Introduction to Programming

by Marijn Haverbeke

TODO: Add a description for this book.


JavaScript: The Good Parts

by Douglas Crockford

TODO: Add a description for this book.


JavaScript: The Definitive Guide

by David Flanagan

TODO: Add a description for this book.


Javascript Patterns

by Stoyan Stefanov

TODO: Add a description for this book.


JavaScript Web Applications

by Alex MacCaw

If you consider yourself an intermediate user of JavaScript and you'd like to start developing complex web applications, this book is for you. It covers virtually anything that is relevant in JavaScript application development today, including topics like MVC architecture, dependency management, and templating. While the book explains those basic concepts in-depth, it is also very hands-on and task oriented, giving examples using various popular JavaScript libraries.


Feel free to add books by submitting pull requests. Please add the name of the book, the name of the author, and a short description.