Vertaling van "ECMAScript 3" 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 versión anterior se basaba en el estándar ECMAScript 3.
The previous version was based on the ECMAScript 3 standard.
Los navegadores antiguos soportan al menos ECMAScript 3.
Hasta aquí es el comportamiento normal y conocido de la cadena de prototipos desde los tiempos de ECMAScript 3.
This is the usual and known behaviour of the prototype chain from the times of ECMAScript 3.
También se ha codificado en una versión anterior de JavaScript, ECMAScript 3, por lo que es compatible con una gran cantidad de navegadores antiguos y plataformas JS-capaces.
It also has been coded in an earlier version of JavaScript, ECMAScript 3, making it compatible with lots of older browsers and JS-capable platforms.
La norma ha recibido una actualización importante, la ECMAScript 3 en 1999, y se ha mantenido más o menos estable desde entonces.
The standard received a significant update as ECMAScript edition 3 in 1999, and it has stayed pretty much stable ever since.
Andere resultaten
Puede hacer clic en la lista desplegable que se encuentra junto a la opción Versión de ECMAScript y elegir 3, 5 o 6.
You can click the drop-down list adjacent to ECMAScript Version and choose 3, 5, or 6.
ActionScript 3.0 implementa expresiones regulares, como se definen en la especificación del lenguaje ECMAScript Edition 3(ECMA-262).
ActionScript 3.0 implements regular expressions, as defined in the ECMAScript Edition 3 language specification (ECMA-262).
JavaScript es un supraconjunto del lenguaje estándar de scripting ECMA-262 Edition 3 (ECMAScript).
JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard scripting language, with only mild differences from the published standard.
Para la especificación ECMAScript, getYear devuelve el año menos 1900 lo cual devolvía "98" para 1998. getYear quedó obsoleto en la versión 3 de ECMAScript y fue reemplazado por getFullYear.
Per the ECMAScript specification, getYear returns the year minus 1900, originally meant to return "98" for 1998. getYear was deprecated in ECMAScript Version 3 and replaced with getFullYear().