Essential JavaScript and jQuery Design Patterns
by Addy Osmani
Publisher: addyosmani.com 2010
Description:
Design patterns are reusable solutions to commonly occurring problems in software development and are a very useful tool to have at your disposal. This book will take a look at a number of popular JavaScript design patterns and explore why certain patterns may be more suitable for your projects than others. Patterns can be applied not just to vanilla JavaScript, but also to abstracted libraries such as jQuery or Dojo as well.
Download or read it online for free here:
Download link
(multiple formats)
Similar books

by Gerd Wagner - Web-Engineering.info
This book shows how to build front-end web applications with plain JavaScript, not using any framework. A front-end web application can be provided by any web server, but it is executed on the user's computer device, and not on the remote web server.
(11780 views)

by Malcolm Maclean - Leanpub
This book is written to help those who may be unfamiliar with JavaScript or web page creation get started bringing their map vision to the World. It is put together as a guide to get you started if you are unsure what leaflet.js can do.
(8525 views)

by Robin Wieruch - GitHub
The Road to learn React teaches you the fundamentals of React. You will build a real world application along the way in plain React without complicated tooling. Everything from project setup to deployment on a server will be explained.
(9335 views)

by Frank Peter - Foothill College
This introduction to JavaScript covers the Document Object Model, JavaScript elements, events and event handlers, incorporating JavaScript into your HTML pages, program control, functions, arrays, forms, form handlers, environmental variables, etc.
(14750 views)