Last updated 3 years ago
Was this helpful?
→
ECMAScript is the scripting language that forms the basis of JavaScript.
- September 26, 2019
New features:
Optional chaining: foo?.bar
Pipeline operator: |>
Object.fromEntries()
[].flat(), [].flatMap()
Optional catch binding: catch {}
''.trimStart(), ''.trimEnd()