Vertaling van "ECMAScript 5" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La nueva versión se basa en ECMAScript 5.
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.
Varias sintaxis no estándar para la definición de getters y setters han sido eliminadas; la sintaxis ECMAScript 5 definida no ha sido cambiada.
Various non-standard syntaxes for defining getters and setters have been removed; ECMAScript 5 defined syntax has not been changed.
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.
La notación octal no es parte de ECMAScript 5, pero está soportada en todos los navegadores al poner como prefijo un cero al número: 0644 == 420 y"\045" === "%".
The octal syntax isn't part of ECMAScript 5, but it's supported in all browsers by prefixing the octal number with a zero: 0644 === 420 and"\045" === "%".
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).
Se puede acceder al objeto global en sí usando el operador this en el ámbito global (pero solo si no se usa el modo estricto ECMAScript 5, en ese caso devuelve undefined).
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). The global object itself can be accessed using the this operator in the global scope.
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.
Con el uso de los estándares modernos establecidos, tales como HTML 4/5, CSS 2/3 y ECMAScript 5, puedes crear sitios web optimizados para la tecnología móvil que funcionan de manera excelente en una variedad de navegadores, incluyendo el nuestro.
By using established modern standards such as HTML 4/5, CSS 2/3, and ECMAScript 5, you can create mobile-optimized Web sites that work great on a variety of browsers, including ours.
La sexta edición agrega cambios significativos en la sintaxis para escribir aplicaciones complejas, incluyendo clases y módulos, definiéndolos sémanticamente en los mismos términos del modo estricto de la edición ECMAScript 5.
The Sixth Edition, known as ES6 or ECMAScript 2015, adds significant new syntax for writing complex applications, including classes and modules, but defines them semantically in the same terms as ECMAScript 5 strict mode.
Es uno de los valores primitivos de propiedad no-configurable, no-escribible por la especificación ECMAScript 5.
In modern browsers (JavaScript 1.8.5/ Firefox 4+), undefined is a non-configurable, non-writable property per the ECMAScript 5 specification.
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
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.