Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 802 Bytes

es7.md

File metadata and controls

18 lines (13 loc) · 802 Bytes

ES7

script - unit tests

Not Yet Approved

  • Number: compare()
  • Array prototype: pushAll(), includes() ref
  • Object iterators: Object.values(), Object.entries()
  • Reflection: Object.getPropertyDescriptor(o), Object.getPropertyNames(o)
  • RegExp extras: RegExp.escape() ref
  • String extras: String.prototype.at() ref, String.prototype.lpad(), String.prototype.rpad() ref

See Also