La sintaxis abreviada es similar a la introducida en ECMAScript 5 con getter y setter.
The shorthand syntax is similar to the getter and setter syntax introduced in ECMAScript 2015.
Si hay una manera de cambiar un objeto extensible a uno no-extensible, hay una manera de hacer lo opuesto en ECMAScript 5.
If there is a way to turn an extensible object to a non-extensible one, there is no way to do the opposite in ECMAScript 5.
Nota ES5: undefined en ECMAScript 5 ya no es modificable en modo esstricto, pero su nombre todavía puede por ejemplo establecer una función con el nombre undefined.
ES5 Note: undefined in ECMAScript 5 is no longer writable in strict mode, but its name can still be shadowed by for example a function with the name undefined.
Las futuras versiones de ECMAScript introducirán nuevos cambios, y el modo estricto en ECMAScript 5 aplica algunos de esos cambios para hacer una transición más suave.
Bien, veamos nuestras opciones: Tienes tres opciones en ECMAScript 5 ("ES5"), la versión más ampliamente compatible en este momento, y dos más agregados en ECMAScript 2015 ("ES2015", "ES6")
You have three options in ECMAScript5 ("ES5"), the version most broadly supported at the moment, and will soon have two more in ECMAScript2015 ("ES2015", "ES6"), the latest version of JavaScript that vendors are working on supporting
Autres résultats
Decía antes que los getters y setters se añaden oficialmente en la especificación de ECMAScript 5, esto es, en Diciembre de 2009.
I mentioned getters and setters officially made it into the specification for ECMAScript 5, which means December 2009.
Aquí, complementos globales se refiere a complementos de ámbito global (pero solo si no se utiliza ECMAScript 5 en modo estricto! De lo contrario, se convierte en indefinido).
Here, global objects refer to objects in the global scope (but only if ECMAScript 5 strict mode is not used; in that case it returns undefined).
Navegadores soportados A partir de Octubre del 2016, la gran mayoría de los navegadores soportan ECMAScript 5.1 y ECMAScript 2015 aka ES6, pero versiones antiguas (aún en uso) implementan ECMAScript 5 solamente.
As of August 2014, the current versions of the major Web browsers implement ECMAScript 5.1, but older versions (still in use) implement ECMAScript 3 and only parts of ECMAScript 5.
JavaScript en Firefox 4 tendrá la adhesión adicional al estándar ECMAScript 5.
JavaScript in Firefox 4 will have additional adherence to the ECMAScript 5 standard.
Firefox 4 tiene soporte completo a ECMAScript 5, incluyendo el constructor Object.
Firefox 4 has full ECMAScript 5 support including the Object.
A partir de ECMAScript 5, hay tres formas nativas de "Lista/cruzada" de propiedades de objeto
Starting with ECMAScript 5, there are three native ways to list/traverse object properties
Antes de ECMAScript 5, no había una forma nativa de listar todas las propiedades de un objeto.
In ECMAScript 5, there is no native way to list all properties of an object.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.