Vertaling van "objeto obj" 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 instrucción \multiput copia el objeto obj en un patrón regular entre imágenes.
The \multiput command copies the object obj in a regular pattern across a picture.
Este bucle recorre todos los pares clave/valor del objeto obj y muestra sus nombres y valores.
This loops over all the key/value pairs in the object obj and displays their names and values.
Para crear un nuevo ejemplo de un objeto obj utilizamos la declaración new obj, asignando el resultado (que es de tipo obj) a una variable para tener acceso más tarde.
To create a new instance of an object obj we use the statement new obj, assigning the result (which is of type obj) to a variable to access it later.
Destruye el objeto obj inmediatamente.
Destroys the object obj immediately.
callback La referencia al observador a parar de llamar cada vez que se hacen cambios sobre el objeto obj.
callback The reference to the observer to stop calling each time changes are made on the object obj.
Un objeto obj que pertenece a una clase Circle, por ejemplo, es una instancia de la clase Circle.
An object obj that belongs to a class Circle, for example, is an instance of the class Circle.
Compara el objeto con un segundo objeto que es pasado como referencia (el objeto obj).
Let's consider what happens when obj is passed as an actual parameter to a subroutine.
Si se pasa un objeto obj que no sea una expresión regular, se convierte implícitamente en una expresión regualar usando new RegExp(obj).
¿Qué es lo que muestra el bucle anterior dado el objeto obj = {foo: "Hello", bar: "World"}? Bucle for-of
What does the above for loop display given obj = {foo: "Hello", bar: "World"}?
JSON.parse(<texto>) nos devuelve un objeto creado a partir de un string que esté en formato JSON. JSON.stringify(obj) nos devuelve un string en formato JSON con los atributos del objeto obj.
JSON.stringify produces a String that conforms to the following JSON grammar. JSON.parse accepts a String that conforms to the JSON grammar. The parseJSON method will be included in the Fourth Edition of ECMAScript.
Para evitar casteos (refundiciones, en inglés casting) de tipos en situaciones como la descrita, podemos especificar que el tipo del objeto obj sea tanto Clonable como Resetable.