JavaScript Keywords | List of Reserved Words
Keywords in JavaScript are pre-defined words that have specific meanings to the interpreter and that meanings cannot be changed. They are also called reserved words in JavaScript. JavaScript provides a set of reserved keywords that are the part of syntax…



