Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
Object.create
Below is an example of how to use Object.create to achieve classical inheritance.
Debajo esta un ejemplo de como usar Object.create para lograr herencia clásica.
Objects can also be created using the Object.create method.
Los objetos también se pueden crear mediante el método Object.create.
Please also see Object.create for a new and alternative instantiation method. The constructor
Por favor, consulta también Object.create para ver un método nuevo y alternativo de creación de ejemplos.
This could be bypassed by using map = Object.create(null) since ES5, but was seldom done.
No obstante, esto puede ser sorteado usando map = Object.create(null).
As of ES5 can be bypassed by using map = Object.create(null), but is seldom done.
No obstante, esto puede ser sorteado usando map = Object.create(null).
As of ES5 this can be bypassed by using map = Object.create(null), but this is seldom done.
En el estándar ES5 esto se puede evitar usando mapa = Object.create(null), pero esto raramente se hace.
This could be bypassed by using map = Object.create(null) since ES5, but was seldom done.
En el estándar ES5 esto se puede evitar usando mapa = Object.create(null), pero esto raramente se hace.
Instead, create a new object with the desired [[Prototype]] using Object.create().
En su lugar, crea un objecto nuevo con la propiedad [[Prototype]] deseada usando Object.create().
However, an Object may be deliberately created for which this is not true (e.g. by Object.create(null)), or it may be altered so that this is no longer true (e.g. with Object.setPrototypeOf).
Sin embargo, un Object puede ser deliberadamente creado para que esto no sea cierto (por ejemplo usando Object.create(null)), o bien alterado para que no cumpla esta propiedad (por ejemplo usando Object.setPrototypeOf).
ECMAScript 5 introduced a new method: Object.create().
ECMAScript 5 Introdujo un nuevo método: Object.create().
See Object.create for more on what it does, and a shim for older engines.
Ver Object.create para conocer más sobre lo que hace, y complementar con los motores antiguos.
Please see Object.create() for a new, additional, instantiation method that creates an uninitialized instance.
Por favor, consulta también Object.create para ver un método nuevo y alternativo de creación de ejemplos. El constructor
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)).
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.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "Object.create" în limba Română