Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Palabras Reservadas

Esta traducción está incompleta. Por favor, ayuda a traducir este artículo del inglés.

 

Las siguientes son parabras reservadas y no pueden ser utilizadas como variables, funcciones, métodos o identificadores de objetos. Las siguientes son reservadas como palabras claves existentes por la especificación ECMAScript:

Reserved keywords as of ECMAScript 6

The following are reserved as future keywords by the ECMAScript specification:

  • enum

The following are reserved as future keywords when they are found in strict mode code:

  • implements
  • package
  • protected
  • static
  • interface
  • private
  • public

Future reserved keywords in older standards

The following are reserved as future keywords by older ECMAScript specifications (ECMAScript 1 till 3).

  • abstract
  • boolean
  • byte
  • char
  • double
  • final
  • float
  • goto
  • int
  • long
  • native
  • short
  • synchronized
  • transient
  • volatile

Additionally, the literals null, true, and false are reserved in ECMAScript for their normal uses.

Etiquetas y colaboradores del documento

Etiquetas: 
 Colaboradores en esta página: teoli, Sheppy, Nathymig
 Última actualización por: teoli,