mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
37 lines
698 B
Markdown
37 lines
698 B
Markdown
|
---
|
||
|
id: 38886010-4f60-47f1-95c9-551c5eb0d24b
|
||
|
title: ES2020
|
||
|
---
|
||
|
|
||
|
# Description
|
||
|
|
||
|
New features in ES2020
|
||
|
|
||
|
# Operators
|
||
|
|
||
|
- [Nullish coalescing operator
|
||
|
(??)](20201116162237-nullish_coalescing_operator)
|
||
|
- [Optional Chaining Operator
|
||
|
(?.)](20201116162628-optional_chaining_operator)
|
||
|
|
||
|
# Promises
|
||
|
|
||
|
- [Promise.allSettled](20201116163327-promise_allsettled)
|
||
|
|
||
|
# Regular Expressions
|
||
|
|
||
|
- [MatchAll Expression](20201116165324-matchall_expression)
|
||
|
|
||
|
# Primitives
|
||
|
|
||
|
- [BigInt](20201116165819-javascript_bigint)
|
||
|
|
||
|
# Imports
|
||
|
|
||
|
- [Dynamic Import](20201116170151-dynamic_import)
|
||
|
- [Module Namespace Exports](20201116170347-module_namespace_exports)
|
||
|
|
||
|
# Misc
|
||
|
|
||
|
- [globalThis](20201116170538-globalthis)
|