JavaScript Reserved Words
JavaScript has a number of reserved words that you cannot use as identifiers. Reserved words have a specific meaning to the JavaScript language, as they are part of the language syntax. Using a reserved word causes a compilation error when loading your script.
JavaScript also has a list of future reserved words. These words are not currently part of the JavaScript language, although they are reserved for future use.
break | delete | if | this | while |
case | do | in | throw | with |
catch | else | instanceof | try | |
continue | finally | new | typeof | |
debugger | for | return | var | |
default | function | switch | void |
Tidak ada komentar:
Posting Komentar