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.prototype
Array
.find()
.map()
.filter()
.sort()
Map
Map<K,V>
WeakMap
Set
Set<T>
WeakSet
Promise.all()
RegExp
/g
/y
.lastIndex
Date
JSON