16 бесплатных книг по JavaScript
Коллекция бесплатных электронных книг для тех, кто хочет изучить JavaScript. Книги предоставляются в различных цифровых форматах: PDF, EPUB, HTML и др.
70 Free JavaScript Books
B est free JavaScript books: ECMAScript, jQuery, and other. Download ebooks (pdf, mobi, epub) and read online. Update of December 2017 collection. 6 new books.
JavaScript, often abbreviated as JS, is a high-level, dynamic, weakly typed, prototype-based, multi-paradigm, and interpreted programming language.
Table Of Contents
ECMAScript Books
Practical ES6 (cover image)
Practical ES6
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. This book focuses on two aspects of JavaScript development: modularity and ES6 features. You’ll learn how to tackle application development by following a scale-out approach. As pieces of your codebase grow too big, you can break them up into smaller modules.
Author: Nicolas Bevacqua
Date: 2017
Understanding ECMAScript 6 (cover image)
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!
Author: Nicholas C. Zakas
Date: 2017
Exploring ES2016 and ES2017 (cover image)
Exploring ES2016 and ES2017
This book covers the latest versions of JavaScript as they are created.
Author: Axel Rauschmayer
Date: 2016
Exploring ES6 (cover image)
Exploring ES6
An in-depth book on ECMAScript 6, for JavaScript programmers.
Author: Axel Rauschmayer
Date: 2016
ECMAScript 6 Succinctly (cover image)
ECMAScript 6 Succinctly
ECMAScript 6 (ES6), also known as ECMAScript 2015, brings new functionality and features to the table that developers have been wanting for a long time. The wait is over, and with help from ECMAScript 6 Succinctly by Matthew Duffield, you can now develop all of these features. You can also target browsers that don’t even support ES6 yet using a transpiler. A compiler translates one language to another, such as C# to MSIL, while a transpiler converts one version of a language to another, such as ES6 to ES5.
Author: Matthew Duffield
Date: 2016
JavaScript Books
Author
- Goalkicker.com
Links
Release date
About the book
JavaScript Notes For Professionals
The JavaScript® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified. Book created for educational purposes and is not affiliated with JavaScript® group(s), company(s) nor Stack Overflow. All trademarks belong to their respective company owners. 490 pages.
Author
- Baptiste Pesquet
Links
Release date
About the book
The JavaScript Way. A modern introduction to an essential language.
JavaScript is a great entry point into the world of programming, and required knowledge for an ever increasing number of software professionals. Complete beginner or already experienced in other programming languages, what better time than now to discover the JavaScript Way?
Author
- Nicolás Bevacqua
Links
Release Date
About the book
Practical Modern 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. This book focuses on two aspects of JavaScript development: modularity and ES6 features. You’ll learn how to tackle application development by following a scale-out approach. As pieces of your codebase grow too big, you can break them up into smaller modules.
Author
- Amin Meyghani
Links
Release date
About the book
JavaScript Functions, Closures, and Prototypes
This is a short book that walks you through the fundamentals of functions, closures, and prototypes. Understanding these three core concepts are key in learning JavaScript. Now that JavaScript is becoming more important than ever, it is crucial to have a good understanding of the fundamental concepts.
Author
- Jeffrey Biles
Links
Release Date
About the book
Build Pacman
Learn modern Javascript, HTML5 Canvas, and a bit of EmberJS. This is a book about surviving an alien invasion and using web technologies.
What You Need To Know About JavaScript (cover image)
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!
Author: Gabriel A. Canepa
Date: 2016
Designing Scalable JavaScript Applications (cover image)
Designing Scalable JavaScript Applications
Author: Emmit Scott
Date: 2016
JavaScript Allongé, The “Six” Edition (cover image)
JavaScript Allongé, The “Six” Edition
A long pull of functions, combinators, & decorators, updated to include the latest ES-6 features.
Author: Reg Braithwaite
Date: 2016
Author
Links
Release Date
About the book
Learn Javascript
This book will teach you the basics of programming and Javascript. Whether you are an experienced programmer or not, this book is intended for everyone who wishes to learn the JavaScript programming language.
You Don’t Know JS (Book Series) (cover image)
You Don’t Know JS (Book Series)
This is a series of books diving deep into the core mechanisms of the JavaScript language. The first edition of the series is now complete.
Author: Kyle Simpson
Date: 2013-2016
Author
- Darren Jones
Links
Release Date
About the book
JavaScript: Novice To Ninja
JavaScript has become a must-have skill for all web developers. JavaScript: Novice to Ninja is a fun, practical, and comprehensive guide to the modern usage of this deceptively powerful language. In this step-by-step introduction to coding in JavaScript you’ll learn how to solve real-world problems, track events, design eye-catching animations, build smarter forms, and develop richer applications. Along the way, you’ll learn to develop according to best practices, including Object Oriented Programming and Test Driven Development.
Author
- Kiko Beats
Links
Release Date
About the book
JS MythBusters
A JavaScript optimization handbook from a high level point of view.
Mastering JavaScript High Performance (cover image)
Mastering JavaScript High Performance
Master the art of building, deploying, and optimizing faster web applications with JavaScript.
Author: Chad R. Adams
Date: 2015
Building Front-End Web Apps With Plain JavaScript (cover image)
Building Front-End Web Apps With Plain JavaScript
An incremental in-depth tutorial about building front-end web applications with plain JavaScript, not using any third-party library or framework, for theory-underpinned and example-based learning by doing it yourself.
Author: Gerd Wagner
Date: 2015
Learning JavaScript Design Patterns (cover image)
Learning JavaScript Design Patterns
With Learning JavaScript Design Patterns, you’ll learn how to write beautiful, structured, and maintainable JavaScript by applying classical and modern design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you.
Author: Addy Osmani
Date: 2015
Author
- Tomás Corral Casas
Links
Release date
About the book
Javascript Challenges
This book will challenge you to learn and understand the most obscure and tricky parts of Javascript.
Author
- Nicholas Johnson
Links
Release Date
About the book
JavaScript Plus A Dash Of JQuery
A sensible introduction to coding with JavaScript.
Eloquent JavaScript (cover image)
Eloquent JavaScript
JavaScript lies at the heart of almost every modern web application, from social apps to the newest browser-based games. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications.
Author: Marijn Haverbeke
Date: 2014
Thinking In JavaScript (cover image)
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.
Author: Aravind Shenoy
Date: 2014
Speaking JavaScript (cover image)
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.
Author: Axel Rauschmayer
Date: 2014
Programming JavaScript Applications (cover image)
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 applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows.
Author: Eric Elliott
Date: 2014
JavaScript Succinctly (cover image)
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.
Author: Cody Lindley
Date: 2014
Author
- Stoyan Stefanov
- Kumar Chetan Sharma
Links
Release Date
About the book
Object-oriented JavaScript – Second Edition
As applications move from the desktop to the browser, the need to learn well-structured JavaScript is vital. This book is for developers who want to learn JavaScript from scratch, or take their JavaScript skills to a new level of sophistication. A completely free and full-length introduction to objects in JavaScript, it teaches through examples and practical play.
JavaScript For Cats (cover image)
JavaScript For Cats
An introduction for new programmers.
Date: 2013
Human JavaScript (cover image)
Human JavaScript
Introducing Human JavaScript: Practical patterns for simple but powerful JavaScript apps.
Author: Henrik Joreteg
Date: 2013
JavaScript In Ten Minutes (cover image)
JavaScript In Ten Minutes
JavaScript in ten (arbitrarily long) minutes.
Author: Spencer Tipping
Date: 2013
Author
- Ben Fhala
Links
Release Date
About the book
HTML5 Graphing And Data Visualization Cookbook
This cookbook is organized in a linear, progressive way allowing it to be read from start to finish, as well as to be used as a useful resource for specific tasks. The HTML5 examples and recipes will have you making dynamic, interactive, and animated charts and graphs in no time. You don’t need to have a background in HTML5 or Canvas but you do need to have a basic understanding of how HTML works and know how to code in any language (preferably in JavaScript). In this book we will not explain how to learn to code but how to create projects and how to plan and execute them in the process.
JavaScript Enlightenment (cover image)
JavaScript Enlightenment
If you’re an advanced beginner or intermediate JavaScript developer, JavaScript Enlightenment will solidify your understanding of the language—especially if you use a JavaScript library. In this concise book, JavaScript expert Cody Lindley (jQuery Cookbook) provides an accurate view of the language by examining its objects and supporting nuances. Libraries and frameworks help you build web applications quickly and efficiently, but when things go wrong or performance becomes an issue, knowing how and why they work is critical. If you’re ready to go under the hood and get your hands dirty with JavaScript internals, this is your book.
Author: Cody Lindley
Date: 2012
Master Space And Time With JavaScript (cover image)
Master Space And Time With JavaScript
Master Space and Time With JavaScript is a four book series that will help you come to to grips with modern JavaScript, including the JavaScript object model, testing, Backbone, and Ember.
Author: Noel Rappin
Date: 2012
JavaScript Cookbook (cover image)
JavaScript Cookbook
Enjoy this complimentary excerpt from JavaScript Cookbook featuring interactive examples that illustrate how to use JavaScript to manipulate strings, arrays, and graphics.
Author: Shelley Powers
Date: 2010
16 бесплатных книг по JavaScript
Коллекция бесплатных электронных книг для тех, кто хочет изучить JavaScript. Книги предоставляются в различных цифровых форматах: PDF, EPUB, HTML и др.
Марин Хауэрбеке «Элегантный JavaScript»
Эта книга представляет собой введение в программирование на JS. Книга также охватывает основные парадигмы программирования, например, ООП. В последней части книги рассказывается о Node.js.
Коди Линдли “JavaScript просветление”
Книга глубоко проникает в возможности и тонкости углубленного JS. Чтобы показать читателю, насколько она технически подробна: отдельная глава полностью посвящена значению null, другая — целиком undefined. Если вы хотите разобраться в самой подноготной языка, эта книга специально для вас.
Эдди Османи «Изучаем паттерны проектирования JavaScript»
Паттерны проектирования — это традиционные решения типовых задач. Использование хороших паттернов способно улучшить качество, эффективность и безопасность вашего кода, в то время как плохие — так называемые «анти-паттерны» – порождают множество проблем. Эта книга — о JS (и jQuery) паттернах проектирования, техниках и лучших практиках.
Илья Кантор «Современный учебник JavaScript»
Эта онлайн-книга проведет вас через основы языка. По ходу изложения вам будут представлены и более углубленные вещи, такие как объектно-ориентированное программирование и регулярные выражения.
Хенрик Йоретег «Человеческий JavaScript»
Посылка этой книги в том, что в рамках этого языка существует набор функционала, инструментов, подходов и шаблонов, заточенных и оптимизированных под человека. Эта книга подойдет читателям, желающим узнать больше о JS с точки зрения разработки веб-приложений.
Аксель Раушмайер «Говорить на JavaScript»
Книга для тех, кто хочет научиться писать код на JS. Автор позволяет себе допущение, что читатель, взявшийся за данную книгу, является программистом, который уже знает хотя бы один объектно-ориентированный или другой язык программирования, такой как PHP, Ruby, Python, C++, Java и так далее.
Герд Вагнер «Создание клиентских веб-приложений на простом JavaScript»
Эта книга рассчитана на опытных JS-разработчиков, желающих прокачать свой уровень владения языком в контексте разработки полнофункционального веб-приложения.
Эрик Эллиот «Программируем JavaScript-приложения»
Издание, которое научит вас техникам, приемам и лучшим практикам создания современных веб-приложений с использованием JS и связанных веб-технологий вроде JSON и NoSQL.
Микито Такада «Одностраничные приложения со всех сторон»
Автор этой книги Микито Такада по прозвищу Mixu уверен, что «лучший способ изучить что-то — это понять, как оно устроено». Таким образом, книга описывает процесс разработки веб-приложения на JS и других веб-технологиях.
Коди Линдли «DOM просветление»
Объектная модель документа (Document Object Model, DOM) — ключевая концепция, которую необходимо освоить любому, что серьезно занимается JS. Книга «DOM Enlightment» – техническое руководство по созданию DOM-сценариев.
«Вы не знаете JS» (серия)
Это серия книг, погружающих читателя в фундаментальные механизмы языка. Первое издание на данный момент полностью сформировано.