ES6 Sonrasındaki Değişikliklerin Kapsamlı Özeti
(teamdable.github.io)ES6(ES2015)
-
Array.prototype.includes()
-
Üs alma operatörü
ES2017
-
String padding
-
Object.entries() ve Object.values()
-
Object.getOwnPropertyDescriptors()
-
Trailing comma
-
Atomics, SharedArrayBuffer
ES2018
-
Object rest/spread
-
Async iteration
-
Promise.prototype.finally()
-
RegExp özellik eklemeleri
ES2019
-
Array.prototype.flat() ve Array.prototype.flatMap()
-
Object.fromEntries()
-
String.prototype.trimStart() ve String.prototype.trimEnd()
-
İsteğe bağlı catch ataması
-
Function.prototype.toString()
-
Symbol.prototype.description
ES2020
-
BigInt
-
Dynamic import
-
Optional chaining
-
Promise.allSettled()
-
Nullish coalescing operator(null birleştirme operatörü)
-
String.prototype.matchAll()
-
Modül namespace export sözdizimi
-
import.meta
-
globalThis
ES2021
-
String.prototype.replaceAll()
-
Promise.any()
-
Mantıksal operatörler ve atama ifadeleri
-
Sayısal ayırıcılar
-
WeakRef
-
Intl.ListFormat
-
Intl.DateTimeFormat için dateStyle ve timeStyle
Henüz yorum yok.