Skip to content
FLAVIO COPES
flaviocopes.com
2026

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.

Tagged: JavaScript ยท All topics
~~~

Related posts about js: