Vertaling van "Set object" in Frans
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.
The main differences to the Set object are
Les principales différences avec l'objet Set sont les suivantes
This method Maps the contents of the Set object to an object hierarchy while maintaining numeric keys as arrays of objects.
Cette méthode mappe le contenu de l'objet Set vers une hiérarchie d'objets, tout en gardant les clés numériques dans un tableau d'objets.
Removes all elements from the Set object.
Supprime toutes les paires de clé-valeur de l'objet Map.
Returns a new Iterator object that contains an array of [value, value] for each element in the Set object, in insertion order.
Renvoie un nouvel objet Iterator qui contient un tableau de [clé, valeur] pour chacun des éléments de l'objet Map, dans leur ordre d'insertion.
The add() method appends a new element with a specified value to the end of a Set object.
La méthode add() permet d'ajouter un nouvel élément ayant une valeur donnée à un ensemble Set.
The has() method returns a boolean indicating whether an element with the specified value exists in a Set object or not.
La méthode has() renvoie un booléen qui indique s'il existe un élément de l'ensemble Set avec une certaine valeur.
size: The size accessor property returns the number of elements in a Set object.
size: L'accesseur size est une propriété qui renvoie le nombre d'éléments contenus dans un objet Set.
The entries() method returns a new Iterator object that contains an array of [value, value] for each element in the Set object, in insertion order.
La méthode entries() renvoie un nouvel objet Iterator qui contient un tableau composé de [valeur, valeur] pour chaque élément de l'objet Set, dans leur ordre d'insertion.
Please help translate this article from English. The Set object lets you store unique values of any type, whether primitive values or object references.
L'objet Set (Ensemble en français) permet de stocker des valeurs uniques, de n'importe quel type, que ce soit des valeurs d'un type primitif ou des objets.
Return type: object This method Maps the contents of the Set object to an object hierarchy while maintaining numeric keys as arrays of objects.
Type retourné: object Cette méthode Mappe le contenu de l'objet Set en un objet hiérarchisé et maintient les clés numériques en tableaux d'objets.
The forEach() method executes a provided function once for each value in the Set object, in insertion order.
La méthode forEach() permet d'exécuter une fonction donnée, une fois pour chaque valeur de l'ensemble Set.
Returns a new Iterator object that contains the values for each element in the Set object in insertion order.
Renvoie un nouvel objet Iterator contenant les valeurs de chaque élément de l'objet Map dans leur ordre d'insertion.
Returns the number of values in the Set object. Methods
Renvoie le nombre de paires de clé-valeur contenues dans l'objet Map. Méthodes