Download for Windows Premium
-50% Premium
Publiciteit
Array.prototype

Vertaling van "Array.prototype" 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.
Array.prototype
Pour les objet créés via un littéral de tableau, cette valeur est Array.prototype.
For objects created using array literals, this value is Array.prototype.
Si deux modules décident d'ajouter une méthode map à Array.prototype, vous pourriez avoir un problème.
If two modules decide to add a map method to Array.prototype, you might have a problem.
De plus, les tableaux héritent de Array.prototype qui permet de bénéficier de plusieurs méthodes pour manipuler les tableaux.
Additionally, arrays inherit from Array.prototype which provides to them a handful of convenient methods to manipulate arrays.
Notez que si quelqu'un ajoutait d'autres propriétés à Array.prototype, elles seraient également parcourues par cette boucle et c'est pour cette raison que cette méthode est déconseillée
Note that if someone added new properties to Array.prototype, they will also be iterated over by this loop
Cependant, ECMAScript 6 a introduit une propriété values pour Array.prototype (afin qu'elle soit disponible pour chaque tableau).
However, ECMAScript 6 introduces a values property on Array.prototype (so that it will be available on every array).
Toutes les instances d'Array héritent de Array.prototype.
All Array instances inherit from Array.prototype.
Une idée serait d'ajouter des méthodes de Array.prototype à NodeList.prototype.
One idea would be to add Array.prototype methods to NodeList.prototype.
Les NodeLists sont utilisés de la même manière que les tableaux et il est donc tentant d'utiliser des méthodes de Array.prototype sur eux, mais ils ne les implémentent pas.
NodeList are used very much like arrays and it's tempting to invoke Array.prototype methods on them, however NodeList objects don't have any of the familiar Array methods.
NodeList.prototype contient la méthode item, mais aucune méthode de Array.prototype, elles ne peuvent donc pas être utilisés sur les NodeLists.
NodeList.prototype contains the item method, but none of the Array.prototype methods, so they cannot be used on NodeLists.
La propriété Array.prototype représente le prototype du constructeur Array et permet d'ajouter de nouvelles propriétés à l'ensemble des objets Comme pour tous les constructeurs, vous pouvez changer l'objet prototype du constructeur afin de modifier toutes les instances d'Array.
The Array.prototype property represents the prototype for the Array constructor and allows you to add new properties and methods to all Array objects.
La propriété Array.prototype représente le prototype du constructeur Array et permet d'ajouter de nouvelles propriétés à l'ensemble des objets Array.
English (US). The TypedArray.prototype property represents the prototype for TypedArray constructors.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor Array.prototype in het Frans

Publiciteit

Resultaten: 11. Exact: 11. Verstreken tijd: 175 ms.