/es2018

Code examples showing the ECMAScript features for ES2018

Primary LanguageJavaScriptMIT LicenseMIT

This repository contains source code examples for ES2018.

These are:

  • Asynchronous Iteration
  • Promise.prototype.finally
  • RegExp Lookbehind Assertions
  • RegExp Named Capture Groups
  • RegExp Unicode Property Escapes
  • s (dotAll) flag for Regular Expressions
  • Rest/Spread Properties
  • Template Literal Revision