Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 421 Bytes

File metadata and controls

20 lines (12 loc) · 421 Bytes

ECMAScript 9 (2018)

Rest/Spread Properties

Asynchronous Iteration

RegExp

  • RegExp named capture groups
  • RegExp Unicode Property Escapes
  • RegExp Lookbehind Assertions
  • s (dotAll) flag for regular expressions

Promise.prototype.finally()

Template Literal Revision