I was expecting to find both const
and let
as reserved keywords. I've found only const
, but there's no let
:
Keyword::
await
break
case catch class const continue <---- `const` here
debugger default delete do
else export extends
finally for function
if import in instanceof
new
return
superswitch
this throw try typeof
var void
while with
yield
Is let
a keyword? And if not, why?