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: Essential JavaScript and jQuery Design PatternsEssential JavaScript and jQuery Design Patterns
by - addyosmani.com
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 also be applied to abstracted libraries such as jQuery or Dojo as well.
(19167 views)
Book cover: JS.next: A Manager's GuideJS.next: A Manager's Guide
by - O'Reilly Media
''JS.next: A Manager's Guide'' educates JavaScript developers, from novice to expert, about the impact that JS.next has had on the language, and demonstrates the powerful new constructs that are accessible in the JS.next API.
(19421 views)
Book cover: JavaScript CookbookJavaScript Cookbook
by - O'Reilly Media
This cookbook is chock-full of code recipes that address common programming tasks, as well as techniques for building web apps that work in any browser. Just copy and paste the code samples into your project -- you'll get the job done faster...
(18816 views)
Book cover: JavaScript: The Right WayJavaScript: The Right Way
by - jstherightway.com
Since JavaScript is one of the most popular languages nowadays, there's a lot of obsolete information about it on the web. This book is an easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
(16406 views)