JavaScript Reserved Words
JavaScript Reserved words have special meaning and can not be used in your code as variables, function names, or loop labels. It is important to note that JavaScript is a case-sensitive language (whereas HTML is not case-sensitive). JavaScript Reserved words Here is a list of JavaScript reserved words (and words to avoid) in JavaScript: abstract … Read more