Vertaling van "ECMAScript 5" in Spaans
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.
The new version is based on ECMAScript 5.
Various non-standard syntaxes for defining getters and setters have been removed; ECMAScript 5 defined syntax has not been changed.
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.
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.
Si hay una manera de cambiar un objeto extensible a uno no-extensible, hay una manera de hacer lo opuesto en ECMAScript 5.
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" === "%".
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" === "%".
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).
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). The global object itself can be accessed using the this operator in the global scope.
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).
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.
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.
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.
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.
In modern browsers (JavaScript 1.8.5/ Firefox 4+), undefined is a non-configurable, non-writable property per the ECMAScript 5 specification.
Es uno de los valores primitivos de propiedad no-configurable, no-escribible por la especificación ECMAScript 5.
Starting with ECMAScript 5, there are three native ways to list/traverse object properties
A partir de ECMAScript 5, hay tres formas nativas de "Lista/cruzada" de propiedades de objeto
I mentioned getters and setters officially made it into the specification for ECMAScript 5, which means December 2009.
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.
Firefox 4 has full ECMAScript 5 support including the Object.
Firefox 4 tiene soporte completo a ECMAScript 5, incluyendo el constructor Object.
Improvements laid out by ECMAScript 5 have been made in the parsing algorithm that prevents evaluating XHTML as JavaScript code in certain circumstances.
Las mejoras dispuestas por ECMAScript 5 se han hecho en el algoritmo de análisis sintáctico que impiden la evaluación de XHTML como código JavaScript en ciertas circunstancias...