12 Punkte von xguru 2021-09-14 | Noch keine Kommentare. | Auf WhatsApp teilen

ES6(ES2015)

  • Array.prototype.includes()

  • Exponentiationsoperator

ES2017

  • String-Padding

  • Object.entries() und Object.values()

  • Object.getOwnPropertyDescriptors()

  • Trailing Comma

  • Atomics, SharedArrayBuffer

ES2018

  • Object rest/spread

  • Asynchrone Iteration

  • Promise.prototype.finally()

  • Erweiterungen für reguläre Ausdrücke

ES2019

  • Array.prototype.flat() und Array.prototype.flatMap()

  • Object.fromEntries()

  • String.prototype.trimStart() und String.prototype.trimEnd()

  • Optionale catch-Bindung

  • Function.prototype.toString()

  • Symbol.prototype.description

ES2020

  • BigInt

  • Dynamic import

  • Optional Chaining

  • Promise.allSettled()

  • Nullish Coalescing Operator (Null-Zusammenführungsoperator)

  • String.prototype.matchAll()

  • Export-Syntax für Modul-Namespaces

  • import.meta

  • globalThis

ES2021

  • String.prototype.replaceAll()

  • Promise.any()

  • Logische Operatoren und Zuweisungsausdrücke

  • Zifferntrennzeichen

  • WeakRef

  • Intl.ListFormat

  • dateStyle und timeStyle von Intl.DateTimeFormat

Noch keine Kommentare.

Noch keine Kommentare.