Logo

Understanding ECMAScript 6 by Nicholas C. Zakas

Small book cover: Understanding ECMAScript 6

Understanding ECMAScript 6
by

Publisher: Leanpub
Number of pages: 105

Description:
This book is intended as a guide for those who are already familiar with JavaScript and ECMAScript 5. It is aimed at intermediate-to-advanced JavaScript developers (both browser and Node.js environments) who want to learn about the future of the language.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Hacking with ReactHacking with React
by - Leanpub
A hands-on introduction to making a web app using React 0.14, React Router 1.0, ES6, Jest and more. Each chapter is very short, it takes about 5 minutes to complete, although a handful might take 10 minutes because they cover more complicated topics.
(6199 views)
Book cover: An Introduction to libuvAn Introduction to libuv
by
This book is a small set of tutorials about using libuv as a high performance evented I/O library which offers the same API on Windows and Unix. It is meant to cover the main areas of libuv, but is not a comprehensive reference.
(10164 views)
Book cover: Building A JavaScript FrameworkBuilding A JavaScript Framework
by - DailyJS
This book is a guide to building a JavaScript framework. It'll teach you how to build a framework and draw on real-world code from projects like jQuery. Along the way we'll explore some fundamental parts of modern JavaScript.
(16186 views)
Book cover: Your First Meteor ApplicationYour First Meteor Application
by - MeteorTips.com
Free, online book about the Meteor JavaScript framework that helps beginning web developers build their first real-time web application with Meteor in a matter of hours. Included are practical examples, real-world code samples, and helpful exercises.
(6915 views)