console.*
assert
let
const
typeof
instanceof
+
==
===
undefined
null
??
? :
x && y
x || y
!
Math
BigInt
break
continue
if
switch
while
do-while
for
for-of
for-await-of
for-in
throw
try
Error
.call()
.apply()
.bind()
eval()
new Function()
import.meta
import()
await
...
this
Object
Reflect
Object.prototype
Array
.map()
.filter()
.flatMap()
.reduce()
.sort()
Map
WeakMap
Set
WeakSet
Promise.all()
RegExp
|
/g
/y
.lastIndex
Date
JSON