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