Tutorial by Examples

JavaScript has a predefined collection of reserved keywords which you cannot use as variables, labels, or function names. ECMAScript 1 1 A — EE — RS — Zbreakexportsupercaseextendsswitchcatchfalsethisclassfinallythrowconstfortruecontinuefunctiontrydebuggeriftypeofdefaultimportvardeleteinvoiddoneww...
With regards to reserved words there is a small distinctions between the "Identifiers" used for the likes of variable or function names and the "Identifier Names" allowed as properties of composite data types. For example the following will result in an illegal syntax error: va...

Page 1 of 1