List of keywords and reserved words in JavaScript
By Flavio Copes
A reference to all the keywords and reserved words in JavaScript, like await, class and const, that you cannot use as variable identifiers in your code.
~~~
This is a list of all the keywords and reserved words.
They cannot be used as variable identifiers.
awaitbreakcasecatchclassconstcontinuedebuggerdefaultdeletedoelseenumexportextendsfalsefinallyforfunctionifimplementsimportininstanceofinterfaceletnewnullpackageprivateprotectedpublicreturnsuperswitchstaticthisthrowtryTruetypeofvarvoidwhilewithyield
~~~
Related posts about js: