Examples with "JavaScript's prototype chain" and their translation 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.
I know it's pure speculation, yes, but I also notice that it is precisely in those years, 2005 to 2009, when the attempts to build class systems, inheritance systems, extension systems over JavaScript's prototype chain, were flourishing everywhere.
Es una especulación, sí, pero recordando también que es precisamente esa época, entre 2005 y 2009, cuando los intentos de crear sistemas de clases, de herencia, de extensión sobre los prototipos de JavaScript, florecían por todas partes.
Andere resultaten
When accessing the properties of an object, JavaScript will traverse the prototype chain upwards until it finds a property with the requested name.
Cuando se accede a las propiedades de un objeto, JavaScript recorre la cadena de prototipo hacia arriba hasta encontrar la propiedad con el nombre solicitado.
Scope objects form a chain called the scope chain, similar to the prototype chain used by JavaScript's object system.
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
El método isPrototypeOf() comprueba si un objeto se encuentra en la cadena de prototipado de otro.
Similarly, although the terms parent, child, ancestor, and descendant do not have formal meanings in JavaScript; you can use them informally to refer to objects higher or lower in the prototype chain.
Del mismo modo, aunque los términos padre, hijo, ancestro y descendiente no tienen significados formales en JavaScript, se usan informalmente para referirse a objetos por encima o por debajo en la cadena de prototipos.
However, if a property with the same name exists on the object's prototype chain, the object will inherit that property from the prototype.
Sin embargo, si existe otra propiedad con el mismo nombre en la cadena del prototype del objeto, éste heredará la propiedad del prototype.
If the method is on an object's prototype chain, this refers to the object the method was called on, as if the method was on the object.
Si el método esta sobre una cadena de prototipo del objeto, this refiere al método del objeto cual fue llamado, como si el método fuese el objeto.
hasOwnProperty is the only thing in JavaScript which deals with properties and does not traverse the prototype chain.
hasOwnProperty es la única utilidad en JavaScript que se ocupa de las propiedades y no las salta en la cadena de prototipo.
This method can be used to determine whether an object has the specified property as a direct property of that object; unlike the in operator, this method does not check down the object's prototype chain.
Este método puede ser usando para determinar si un objeto tiene la propiedad especificada como una propiedad directa de ese objeto; a diferencia del operador in, este método no verifica la cadena prototipo del objeto.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.