console.*
assert
let
const
typeof
instanceof
+
==
===
undefined
null
? :
x && y
x || y
!
NaN
Infinity
Math
break
continue
if
switch
while
do-while
for
for-of
for-await-of
for-in
throw
try
eval()
new Function()
import.meta.url
...
Array
.find()
.map()
.filter()
.sort()
Array<T>
Map
Map<K,V>
WeakMap
Set
Set<T>
WeakSet
Promise.all()
await
RegExp
/g
Date
JSON