Javascript
Javascript Reserved Keywords
📣 Sponsor
When writing code, a reserved keyword is one you can't use as the name of a variable or identifier. As of 2022, this is the full list of valid reserved keywords in Javascript.
All Javascript Reserved Keywords
The below list cannot be used as variable names, as they are reserved keywords. Most of them have current functionality in Javascript. Some do not, but they are words which may have some sort of functionality in the future. Avoid using these words in variable names.
awaitbreakcasecatchclassconstcontinuedebuggerdefaultdeletedoelseenumexportextendsfalsefinallyforfunctionifimportininstanceofnewnullreturnsuperswitchthisthrowtruetrytypeofvarvoidwhilewithyield
Last Updated 1645053071431
More Tips and Tricks for Javascript
- The Complete Guide to JavaScript Set Type
- Javascript Map, and How it is Different from forEach
- How to Auto Generate Images with Node.JS and Canvas
- How to do Everything with Javascript Arrays
- Javascript Errors
- Javascript Math Tutorial: How to do Math in Javascript
- Demystifying how 'this' works in Javascript
- How does the Javascript logical OR (||) operator work?
- An Introduction to Javascript Objects
- Javascript Array Slice Method