Symbol
!x
++x
x++
+x
,
(comma operator)--x
x--
-x
x && y
x + y
x - y
x / y
x << y
x === y
x >>> y
x >> y
x & y
x ** y
x * y
x ^ y
x ¦ y
x ¦¦ y
x ٪ y
/«pattern»/«flags»
(regular expression literal)=
c ? t : e
__proto__
~x
A
ArrayBuffer
assert
(module)async
async function*
async-await
await
(async function)await
(asynchronous generator)B
Boolean()
break
C
catch
class
console.error()
console.log()
const
continue
D
DataView
delete
do-while
this
E
eval()
export
export default
extends
F
false
finally
Float32Array
Float64Array
for
for-await-of
for-in
for-of
function*
G
H
I
if
import()
in
Infinity
instanceof
instanceof
Int16Array
Int32Array
Int8Array
J
K
L
let
this
M
Map
Math
(namespace object)N
NaN
node_modules
null
Number()
O
Object()
Object.is()
P
package.json
Q
R
RegExp
S
Set
...
) into a function callstatic
String()
switch
T
this
this
, dynamicthis
, lexicalthis
, pitfalls ofthis
, values ofthrow
true
try
typeof
U
Uint16Array
Uint32Array
Uint8Array
Uint8ClampedArray
undefined
V
W
Y