Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 319 Bytes

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