7b35db48f7
Reviewed-by: lagergren, attila
33 lines
321 B
Plaintext
33 lines
321 B
Plaintext
VAR
|
|
LET
|
|
CONST
|
|
function FUNC() {}
|
|
GLOBAL
|
|
VAR
|
|
undefined
|
|
undefined
|
|
function FUNC() {}
|
|
GLOBAL
|
|
true
|
|
false
|
|
false
|
|
true
|
|
true
|
|
TypeError: Assignment to constant "CONST"
|
|
VAR
|
|
LETLET
|
|
CONST
|
|
function FUNC() {}
|
|
GLOBAL
|
|
VAR
|
|
undefined
|
|
undefined
|
|
function FUNC() {}
|
|
GLOBAL
|
|
true
|
|
false
|
|
false
|
|
true
|
|
true
|
|
TypeError: Assignment to constant "CONST"
|