
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
What are Reserved Words in JavaScript?
Reserved words cannot be used as JavaScript variables, functions, methods, loop labels, or any object names.
Here are the reserved words in JavaScript −
abstract | Else | instanceof | switch |
boolean | Enum | int | synchronized |
break | Export | interface | this |
byte | Extends | long | throw |
case | False | native | throws |
catch | Final | new | transient |
char | Finally | null | true |
class | Float | package | try |
const | For | private | typeof |
continue | Function | protected | var |
debugger | Goto | public | void |
default | If | return | volatile |
delete | implements | short | while |
Do | Import | static | with |
double | In | super |
- Related Articles
- What are Reserved Words in Python?
- What is the difference between keywords and reserved words in Java?
- What are Reserved Keywords in Python?
- What are reserved keywords in C#?
- How can we use the MySQL reserved words as an identifier?
- Why is 'class' a reserved word in JavaScript?
- Will “create table table” work in MySQL since we cannot use reserved words as table name?
- Reserved keywords in C++?
- Is there a way to list all the reserved words in MySQL using the MySQL command-line utility?
- HTML reserved Attribute
- Variable defined with a reserved word const can be changed - JavaScript?
- What are the beautiful untranslatable Hindi words?
- Expressive words problem case in JavaScript
- Reversing words in a string in JavaScript
- Finding words in a matrix in JavaScript

Advertisements