Link copiato negli appunti
Edizione 2006 (In aggiornamento)
In Javascript ci sono delle parole chiave che non si possono utilizzare come identificatori di dati, eccone l'elenco:
abstract | do | if | package | throw |
boolean | double | implements | private | throws |
break | else | import | protected | transient |
byte | extends | in | public | true |
case | false | instanceof | return | try |
catch | final | int | short | var* |
char | finally | interface | static | void |
class | float | long | super | while |
const* | for | native | switch | with |
continue | function | new | synchronized | |
default | goto | null | this |
Le parole chieve riservate, ma correntemente non utilizzate da Javascript sono precedute dal carattere *.