Logo

Exploring ES2016 and ES2017

Small book cover: Exploring ES2016 and ES2017

Exploring ES2016 and ES2017
by


Number of pages: 194

Description:
This book is about ECMAScript 2016 and ECMAScript 2017, new versions of JavaScript. It only covers what's new in those versions. The 2016 and 2017 iterations bring worthwhile improvements, such as: Async functions, Shared memory and atomics, as well as improvements to core Array and String classes.

Home page url

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

Similar books

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.
(16373 views)
Book cover: ppk on JavaScriptppk on JavaScript
by - New Riders Press
ppk on JavaScript is a well-written and cleanly structured walk through useful JavaScript examples. It is extremely practical, and goes right to the core of what a web programmer needs to know about JavaScript to build real sites, right now.
(14307 views)
Book cover: Javascript FAQJavascript FAQ
by - Linuxtopia
The goal of this text is to help you develop robust client-side scripts that can run in all modern browsers, under various operating systems. The answers contain interactive examples which you can run without leaving the Web page you are reading.
(21229 views)
Book cover: Exploring ES6: Upgrade to the Next Version of JavaScriptExploring ES6: Upgrade to the Next Version of JavaScript
by - ExploringJS.com
This book contains reliable and in-depth information on ECMAScript 6, the next version of JavaScript. The author will provide step-by-step instructions on how to apply ES6 features instead of old JavaScript hacks and methods.
(6626 views)