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
- Javascript loops: for vs forEach vs for.. in vs for.. of
- Creating and Generating UUIDs with Javascript
- Javascript Ordinals: Adding st, nd, rd and th suffixes to a number
- How to use Environmental Variables in NodeJS
- Instagram Style Video Preload Static Effect
- Updating Object Key Values with Javascript
- How to Make Payments with the Javascript Payments API
- How to select HTML elements in Javascript
- Making your own Email Subscription Service with Node.JS
- How Events work in Javascript