Download for Windows Premium
Advertising
Objetos en JavaScript

Translation of "Objetos en JavaScript" in English

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
objects in JavaScript
JavaScript objects
Hay varias formas de crear objetos en JavaScript.
There are several ways to create objects in JavaScript.
Sin embargo, dado que las funciones y objetos en JavaScript son diferentes de sus contrapartes en la mayoría de los lenguajes, estos serán explicados con más detalle.
However, because functions and objects in JavaScript are different from their counterparts in most other languages, these will be explained in more detail.
Aunque esto sea posible se considera una mala práctica modificar el prototipo de Object ya que la mayoría de los objetos en Javascript heredan los métodos y propiedades del objeto prototype, objetos los cuales pueden esperar que estos no hayan sido modificados.
While it is possible to modify the Object prototype, it is generally considered bad practice because most objects in JavaScript will inherit methods and properties from the Object prototype and they may not expect the prototype to be modified.
Herencia Todos los objetos en JavaScript heredan al menos otro objeto.
Inheritance All objects in JavaScript inherit from at least one other object.
Casi todos los objetos en JavaScript son instancias de Object que se sitúa a la cabeza de la cadena de prototipos.
Nearly all objects in JavaScript are instances of Object which sits on the top of a prototype chain.
Esto significa que todos los objetos en JavaScript, como String, se basan en prototipos.
This means that all of the objects in JavaScript, like String, are based on prototypes.
Los objetos en JavaScript también pueden ser utilizados como una Tabla Hash o conocido como Hashmap en inglés, consisten principalmente en nombres de propiedades, y asignándoles valores a éstas.
Objects in JavaScript can also be used as Hashmaps; they mainly consist of named properties mapping to values.
No Descripción Todos los objetos en JavaScript provienen de Object; todos los objetos heredan métodos y propiedades de Object.prototype, aunque pueden ser sobrecargados.
Nearly all objects in JavaScript are instances of Object; a typical object inherits properties (including methods) from Object.prototype, although these properties may be shadowed (a.k.a. overridden).
No Descripción Todos los objetos en JavaScript provienen de Object; todos los objetos heredan métodos y propiedades de Object.prototype, aunque pueden ser sobrecargados.
All objects in JavaScript are descended from Object; all objects inherit methods and properties from Object.prototype, although they may be overridden (except an Object with a null prototype, i.e. Object.create(null)).
Objetos en JavaScript con los que reemplazar cadenas de sustitución dentro del mensaje.
JavaScript objects with which to replace substitution strings within msg.
Para aprovechar al máximo este módulo, debería haber trabajado con los módulos anteriores de JavaScript (Primeros Pasos, Bloques de construcción, y Objetos en JavaScript).
To get the most out of this module, you should have worked your way through the previous JavaScript modules in the series (First steps, Building blocks, and JavaScript objects).
Cómo utilizar conceptos orientados a objetos en JavaScript para hacer código más reutilizable.
How to use object-oriented concepts in JavaScript to make more re-usable code.
Para lograr esto, el ejemplo utiliza uno de los diseños orientados a objetos en JavaScript.
To accomplish this, the example uses some object-oriented design in JavaScript.
No results found for this meaning.

Synonyms and analogies of "Objetos en JavaScript" in Spanish

Advertising

Results: 20. Exact: 20. Elapsed time: 41 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200