Search notes:
JavaScript statements
for
import
(which is a
static
statement and can therefore not be used in a
try
block - but see also
import()
)
try
while
Variable
declaration
statements:
let
and
const
.
var
is deprecated and there is
no
reason to use it ever.
TODO: as per an error message:
let
is disallowed as a lexically bound name.
See also
JavaScript language elements
Index