Learn JavaScript with 50+ Resources/Ebooks

S.No Name of the Book Download Link
1 jQuery Enlightenment
A book for jQuery developers who have surpassed the introductory concepts.
By – Cody Lindley
View More
2 AngularJS Directives in Traction
This eBook helps you understand how built-in directives work and teaches you to build custom directives on your own.
By – Amit Gharat
View More
3 Human Javascript
Practical patterns for simple but powerful javascript apps. No magic frameworks. No monolithic toolkits. You’re going to work with proper, real-life javascript in a way you’ll understand, and with explanations that help you learn how to make great choices as you build your apps.
By – Henrik Joreteg
View More
4 The offline cookbook
Excellent overview and recipes using the current offline browsers capabilities
By – Jake Archibald
View More
5 The little Book on CoffeeScript
This book is designed to help you learn CoffeeScript, understand best practices and start building awesome client side applications.
By – Alex MacCaw
View More
6 D3 Tips and Tricks
Over 430 pages of tips and tricks for using d3.js, one of the leading data visualization tools for the web. It’s aimed at helping people get started and also includes loads of help for more complicated tasks.
By – Malcolm Maclean
View More
7 Exploring ES2016 and ES2017
“Exploring ES2016 and ES2017” is a living book. Much content is still to come! Buy it to stay up to date on what is in ECMAScript 2016 and ECMAScript 2017
By – Dr. Axel Rauschmayer
View More
8 AngularJS essentials
Discover the best practices of the AngularJS framework and its most important concepts such as AngularJS directives, expressions, filters, and modules. This free eBook guides you through the steps of building your very own web application with AngularJS.
By – Rodrigo Blanas
View More
9 Javascript Design Patterns
In this book we will explore applying both classical and modern design patterns to the JavaScript programming language
By – Addy Osmani
View More
10 The introduction to Reactive Programming you’ve been missing
So you’re curious in learning this new thing called Reactive Programming, particularly its variant comprising of Rx, Bacon.js, RAC, and others.
By – André Staltz (andrestaltz)
View More
11 Developing Backbone.js Applications
In this book we will explore MVC theory and how to build applications using Backbone’s models, views, collections and routers.
By – Addy Osmani
View More
12 Knockout.js Succinctly
Knockout.js Succinctly is intended for professional web developers who need to build dynamic, scalable user interfaces with minimal code. Author Ryan Hodson guides you through the essentials of the library, starting with a brief overview of Knockout and its data-oriented aspects, followed by a thorough examination of binding data to various HTML elements, and finally examples of accessing external data and combining Knockout with jQuery animation routines.
By – Ryan Hodson
View More
13 JavaScript For Cats
An in-browser interactive introductory programming text designed for cats. Humans are probably also capable of following along.
By – Max Ogden
View More
14 You Don’t Know JS: Up & Going
It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently whether you’re new to the language or have used it for years. With the ‘You Don’t Know JS’ book series, you’ll get a more complete understanding of JavaScript, including trickier parts of the language that many experienced.
By – Kyle Simpson
View More
15 Designing Scalable JavaScript Applications
Designing Scalable JavaScript Applications helps you start thinking about which tools and frameworks you’ll use and which design patterns you’ll implement. This book brings together excerpts from four different Manning titles selected by Emmit Scott.
By – Emmit Scott
View More
16 JavaScript Succinctly
JavaScript Succinctly was written to give readers an accurate, concise examination of JavaScript objects and their supporting nuances, such as complex values, primitive values, scope, inheritance, the head object, and more. If you’re an intermediate JavaScript developer and want to solidify your understanding of the language, or if you’ve only used JavaScript beneath the mantle of libraries such as jQuery or Prototype, this is the book for you.
By – Cody Lindley
View More
17 Up and Running with Node.js
Discover NodeJS APIS, tools, modules and best practices and learn how to extend it.
By – Tom Hughes-Croucher
View More
18 Learning ECMAScript 6
Rethink the way you develop with JavaScript by learning the ECMA standardized scripting language that lies at its foundations – ECMAScript 6!
By – Narayan Prusty
View More
19 Practical ES6 [modular javascript]
Ideal for professional software developers with a basic understanding of JavaScript, this practical book shows you how to build small, interconnected ES6 JavaScript modules that emphasize reusability. You’ll learn how to face a project with a modular mindset, and how to organize your applications into simple pieces that work well in isolation and can be combined to create a large, robust application.
By – Nicolás Bevacqua
View More
20 Dive into HTML 5
A community ebook to discover HTML5 best practices and experiment with Javascript.
By – Mark Pilgrim
View More
21 Using the Web to Build the IoT
Using the Web to Build the IoT is a collection of six hand-picked chapters that introduce the key technologies and concepts for building the application layer of the IoT.
By – Dominique D. Guinard and Vlad Trifa
View More
22 Exploring ES6
Upgrade to the next version of JavaScript
By – Axel Rauschmayer
View More
23 Master Space and time with JavaScript – The Basics
A four book series aimed at developers who have a basic knowledge of JavaScript but who need to learn about newer tools and practices.
By – Noel Rappin
View More
24 CoffeeScript Cookbook
CoffeeScript recipes for the community by the community.
By – Multiple Owner
View More
25 Bootstrap, Responsive Web Development
Discover how easy it is to design killer interfaces and responsive websites with the Bootstrap framework. This practical book gets you started building pages with Bootstrap’s HTML/CSS-based tools and design templates right away. You’ll also learn how to extend your app with interactive features, using its suite of jQuery plugins—often without writing a single line of code.
By – Jake Spurlock
View More
26 HTML5 Data Visualization
Get a complete grounding in the exciting visual world of Canvas and HTML5 using this recipe-packed cookbook. Learn to create charts and graphs, draw complex shapes, add interactivity, work with Google maps, and much more.
By – Ben Fhala
View More
27 Eloquent Javascript
A book providing an introduction to the JavaScript language and programming in general.
By – Marijn Haverbeke
View More
28 Thinking in Javascript
Get started with JavaScript with this free eBook and learn one of the most important languages in web development today. With helpful tips and code examples, discover how you can create websites with impressive and dynamic functionality. Explore JavaScript’s in-built features and find out how to customize them in this accessible and free guide.
By – Aravind Shenoy
View More
29 Javascript Enlightenment
An accurate JavaScript worldview through an examination of native JavaScript objects and supporting nuances.
By – Cody Lindley
View More
30 Object-Oriented JavaScript – Second Edition
Learn everything you need to know about OOJS in this comprehensive guide.
By – Stoyan Stefanov & Kumar Chetan Sharma
View More
31 AngularJS Fundamentals in 60 minutes
This eBook is a documented transcription of the famous ‘AngularJS in 60 minutes’ video; The ebook is going through all of the key fundamentals you need to know about the AngularJS SPA framework.
By – Dan Wahlin
View More
32 Instant MongoDB Starter Guide
This free MongoDB eBook is designed to get you working with MongoDB as quickly as possible. Starting with installation and setup, we quickly show you how to start importing your data into the database. Learn about CRUD operations in MongoDB, its Map Reduce support, schema design, performance tuning operations, and more.
By – Amol Nayak
View More
33 JS The Right Way
An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
By – William Oliveira
View More
34 JavaScript, ¡Inspírate!
[ES] Un libro de programación sencillo y divertido que nos muestra como programar en JavaScript, desde pseudocódigo hasta las peticiones AJAX.
By – Ulises Gascón González
View More
35 What You Need To Know About Node.js
Dive into fundamentals of Node.js
By – Bruno Joseph Dmello
View More
36 SurviveJS – React
Learn how to build a Kanban application using React.
By – Juho Vepsäläinen
View More
37 Apuntes de Javascript I – Nivel Avanzado
(En Castellano) Revision de conceptos (actuales) de javascript avanzados
By – JuanMa Garrido
View More
38 Mastering Javascript high performance
Studying JavaScript performance in depth will make you capable of tackling the complex and important tasks required to solve performance issues. With this full-length free eBook, discover how to optimize your JavaScript for both mobile and web applications.
By – Chad R. Adams
View More
39 Javascript Challenges
A book to challenge your knowledge about the most obscure parts of Javascript. Learn with us and don’t be afraid again of Javascript.
By – Tomas Corral
View More
40 jQuery Succinctly
jQuery Succinctly was written to express, in short-order, the concepts essential to intermediate and advanced jQuery development. Its purpose is to instill in you, the reader, practices that jQuery developers take as common knowledge. Each chapter contains concepts essential to becoming a seasoned jQuery developer.
By – Cody Lindley
View More
41 TypeScript Succinctly
With TypeScript Succinctly by Steve Fenton, you will learn how TypeScript provides optional static typing and classes to JavaScript development, how to create and load modules, and how to work with existing JavaScript libraries through ambient declarations. TypeScript is even significantly integrated with Visual Studio to provide the autocompletion and type checking you are most comfortable with.
By – Steve Fenton
View More
42 ECMAscript language reference
Learn all about the Javacript language specifications with this official ECMA-262 bible.
By – various authors
View More
43 jQuery Fundamentals
Community driven Javascript and jQuery book.
By – Rebecca Murphey
View More
44 Book on Building Front-End Web Apps with Plain JavaScript
This book shows how to build front-end web applications with plain JavaScript, not using any (third-party) framework or library.
By – Gerd Wagner
View More
45 DOM Enlightenment
Exploring the relationship between JavaScript and the modern HTML DOM
By – Cody Lindley
View More
46 Building A JavaScript Framework
Best Of Let’s Make a Framework articles.
By – Alex Young
View More
47 Hard Rock CoffeeScript
CoffeeScript programming language guide with javascript design patterns explained in coffeescript.
By – Alex Chaplinsky
View More
48 Understanding ECMAScript 6
ECMAScript 6 is coming, are you ready? There’s a lot of new concepts to learn and understand. Get a headstart with this book!
By – Nicholas C. Zakas
View More
49 Testing with CoffeeScript
You will be guided through the creation of a shopping cart system. You’ll learn about using and testing jQuery code, writing more idiomatic CoffeeScript and building a well thought out and structured, complex JavaScript application.
By – Jack Franklin
View More
50 Apuntes de Javascript I – Nivel Intermedio
(En Castellano) Revision de conceptos (actuales) de javascript desde basicos hasta un nivel intermedio
By – JuanMa Garrido
View More
51 Thinking in HTML
Learn to write intutive HTML and build your sites on solid foundations
By – Aravind Shenoy
View More
52 What You Need to Know about JavaScript
Discover everything a beginner needs to know about the world of JavaScript with this free eBook. From the absolute basics of JS syntax to combining ECMAScript 6 and Visual Studio Code this primer is the perfect resource for a JavaScript Master-in-the-Making!
By – Gabriel Cánepa
View More
53 Javascript Guide
JavaScript is a cross-platform, object-based scripting language. This guide explains everything you need to know about using JavaScript.
By – Mozilla Developer Network
View More
54 Smooth CoffeeScript
An introduction to CoffeeScript programming with an emphasis on clarity, abstraction and verification.
By – E. Hoigaard
View More
55 Mixu’s Node book
A comprehensive and interesting NodeJS overview covering many aspects in details.
By – Mikito Takada
View More
56 Programming Windows 8 Apps
This book is about writing Windows Store apps using HTML5, CSS3, and JavaScript.
By – Devon Musgrave
View More
57 Writing Modular JavaScript With AMD, CommonJS & ES Harmony
In this link, you’ll look at three formats for writing modular JavaScript: AMD, CommonJS and proposals for the next version of JavaScript, Harmony.
By – Addy Osmani
View More
58 Recipes with Angular.js
Practical concepts and techniques for rapid web application development.
By – Frederik Dietz
View More
59 The JavaScript Way
A modern introduction to an essential language: beginner-friendly yet comprehensive, standards-aligned, hands-on and easy to follow.
By – Baptiste Pesquet
View More
60 The Road to learn React
Your journey to master plain React with practical experiences.
By – Robin Wieruch
View More
61 SurviveJS – Webpack
Learn to understand Webpack, the bundler.
By – Juho Vepsäläinen
View More
62 Javascript Garden
A collection of documentation about the most quirky parts of JavaScript.
By – Ivo Wetzel
View More
63 Single page apps in depth
Learn the best practices for implementing single page web apps.
By – Mikito Takada
View More
64 Angular Succinctly
Whether you are a novice looking to understand Angular.js or an expert seeking a reference guide, AngularJS Succinctly is indispensable!
By – Frederik Dietz
View More
65 Mastering NodeJS
In Mastering Node we will discover how to write high concurrency web servers.
By – TJ Holowaychuk
View More
66 Stream handbook
A free short e-book that teaches you how to write node programs with streams, by James Halliday a famous NodeJS supporter that published numerous awesome NodeJS modules.
By – James Halliday (substack)
View More
67 Speaking Javascript
Like it or not, JavaScript is everywhere these days—from browser to server to mobile—and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position.
By – Axel Rauschmayer
View More
68 Dynamisez vos sites web avec JavaScript !
[IN FRENCH] Le tutorial référence en francais pour apprendre le JavaScript. Culte !
By – Le Site du Zero
View More
69 The little MongoDB book
Discover NoSQL with MongoDB and commons Javascript usage patterns.
By – Karl Seguin
View More
70 JS in ten minutes
This guide is for anyone who knows some Javascript but would like a quick intro to its advanced features.
By – Spencer Tipping
View More
71 HTML Canvas Deep Dive
For those who allready know JavaScript basics and wants to learn HTML Canvas.
By – Josh Marinacci
View More
72 You Don’t Know JS (series)
Learn and deeply know *all* of JS (not just the ‘good parts’)
By – Kyle Simpson
View More
73 Art of Node
A free short e-book that teaches you the fundamentals of Node.js by Max Odgen, a popular Node supporter
By – Max Odgen
View More
74 Felix’s Node.js Guide
Node.js Beginner Guide and Style Guide. The guide is a work in progress by Felix Geisendörfer, an early Node.js core contributor.
By – Felix Geisendörfer
View More
75 Mostly adequate guide to functional programming
Pure Happiness with Pure Functions.
By – Brian Lonsdorf (DrBoolean)
View More
76 JavaScript Allonge
JavaScript Allongé is a book about programming with functions, because JavaScript is a programming language built on flexible and powerful functions.
By – Reginald Braithwaite
View More
77 Programming JavaScript Applications
Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain.
By – Eric Elliott
View More
You may also like:

Sarcastic Writer

Step by step hacking tutorials about wireless cracking, kali linux, metasploit, ethical hacking, seo tips and tricks, malware analysis and scanning.

Related Posts