Examples with "constructores JavaScript y los prototipos" and their translation in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
El resto de este capítulo describe los detalles del uso de los constructores JavaScript y los prototipos para crear una jerarquía de objetos, y compara esta forma de herencia no basada en clases con la basada en clases que utiliza Java.
The rest of this chapter describes the details of using JavaScript constructors and prototypes to create an object hierarchy and compares this to how you would do it in Java.
Other results
En las anteriores secciones se ha descrito como los constructores de JavaScript y los prototipos proporcionan jerarquías de herencia.
En este punto debe entender los conceptos básicos de objetos JavaScript y POO, prototipos y herencia de prototipos, cómo crear clases (constructores) e instancias de objetos, añadir características a las clases y crear subclases que heredan de otras clases.
At this point you should understand JavaScript object and OOP basics, prototypes and prototypal inheritance, how to create classes (constructors) and object instances, add features to classes, and create subclasses that inherit from other classes.
Sus constructores se corresponden con funciones que crean nuevos objetos JavaScript basados en esos prototipos.
Cada objeto en Javascript puede tener un «prototipo».
Every object in JavaScript might have a "prototype".
Cualquier función JavaScript puede utilizarse como constructor.
Any JavaScript function can be used as a constructor.
La propiedad Error.prototype representa el prototipo del constructor Error.
The Error.prototype property represents the prototype for the Error constructor.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.