JS: ECMAScript 2021
Number Separator
Numbers can have lowline _ between digits. For example, you can write 1_000
.
Logical Assignment Operators
x &&= y
x ||= y
x ??= y
- JS: Logical Assignment Operators
others
- String.prototype.replaceAll
Promise.any
- weak reference