Examples with "objets Array" 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.
Les littéraux de tableaux sont également des objets Array.
C'est important, car les objets Array acceptent la fonction forEach, mais NodeList ne le fait pas.
This is important because Array objects support the forEach function, but NodeList doesn't.
Cela inclue les tableaux et les objets semblables à des tableaux tels que les objets Array et les objets TypedArray.
This includes arrays and array-like constructs such as Array objects and TypedArray objects. Array object
L'instruction for... of permet de créer une boucle Array qui parcourt un objet itérable (ce qui inclut les objets Array, Map, Set, String, TypedArray, l'objet arguments, etc.)
The for... of statement creates a loop iterating over iterable objects, including: built-in String, Array, Array-like objects (e.g., arguments or NodeList), TypedArray, Map, Set, and user-defined iterables.
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.
Other results
Voici une liste des propriétés de l'objet Array ainsi que leur description.
Here is a list of the properties of the Array object along with their description.
Les programmeurs utilisent l'objet array de JavaScript pour contenir une collection d'éléments de données.
Programmers use JavaScript's array object to contain a collection of data items.
Vous pouvez également construire un objet ARRAY avec des valeurs générées.
You can also construct an ARRAY with generated values.
La variable ainsi déclarée aura les attributs et méthodes de l'objet Array.
The variable declared in a such way will get the attributes and methods of the Array object.
La conversion depuis un objet record en un objet array a besoin de gérer les attributs multiples.
La méthode Object.defineProperty peut désormais être utilisée pour redéfinir la propriété length d'un objet Array.
The Object.defineProperty method can now be used to redefine the length property of an Array object.
Remplacez GUIDgroupe par un GUID qui apparaît sous l'objet Arrays (Groupes).
Replace ArrayGUID with a GUID that appears under the Arrays object.
La fonction fill() est intentionnellement générique, il n'est pas nécessaire que sa valeur this soit un objet Array.
The fill function is intentionally generic, it does not require that its this value be an Array object.