Bookmarks tagged [ecmascript-6]
https://exploringjs.com/es6/ch_modules.html
Good detailed overview of Javascript Modules
- tags: javascript, book, ecmascript-6
https://github.com/epoberezkin/fast-deep-equal
The fastest deep equality check with Date, RegExp and ES6 Map, Set and typed arrays support - epoberezkin/fast-deep-equal
- tags: javascript, ecmascript-6, regex, regexp
- source code
https://hacks.mozilla.org/2015/06/es6-in-depth-arrow-functions/
ES6 In Depth is a series on new features being added to the JavaScript programming language in the 6th Edition of the ECMAScript standard, ES6 for short.
- 📆 published on: 2015-06-04
- tags: javascript, ecmascript-6
https://strongloop.com/strongblog/async-error-handling-expressjs-es7-promises-generators/
This article focuses on effective ways to capture and handle errors using error-handling middleware in Express.
- 📆 published on: 2015-04-21
- tags: javascript, error-handling, ecmascript-6, ecmascript-7, async-await, expressjs
- source code
https://stackoverflow.com/questions/32782922/what-do-multiple-arrow-functions-mean-in-javascript
OK, now that we understand how that works, let's look at your code ...
https://github.com/addyosmani/es6-tools#readme
An aggregation of tooling for using ES6 today. Contribute to addyosmani/es6-tools development by creating an account on GitHub.
- tags: awesome-list, frontend, ecmascript-6, tools
- source code
https://hacks.mozilla.org/category/es6-in-depth/
Series of great articles about ES6
- tags: javascript, ecmascript-6