JavaScript Reference # 1 [ Array ] Flashcards
concat()
Joins arrays and returns an array with the joined arrays
Joint des tableaux et retourne un tableau avec les tableaux joints
constructor
Returns the function that created the Array object’s prototype
Renvoie la fonction qui a créé le prototype de l’objet Array
copyWithin()
Copies array elements within the array, to and from specified positions
Copie les éléments du tableau dans le tableau, vers et depuis les positi
entries()
Returns a key/value pair Array Iteration Object
Renvoie une paire clé/valeur Array Iteration Object
every()
Checks if every element in an array pass a test
Vérifie si chaque élément d’un tableau passe un test
fill()
Fill the elements in an array with a static value
Remplir les éléments d’un tableau avec une valeur statique
filter()
Creates a new array with every element in an array that pass a test
Crée un nouveau tableau avec chaque élément d’un tableau qui passe un test
find()
Returns the value of the first element in an array that pass a test
Renvoie la valeur du premier élément d’un tableau qui passe un test
findIndex()
Returns the index of the first element in an array that pass a test
Renvoie l’indice du premier élément d’un tableau qui a réussi un test
forEach()
Calls a function for each array element
Appelle une fonction pour chaque élément du tableau
from()
Creates an array from an object
Crée un tableau à partir d’un objet
includes()
Check if an array contains the specified element
Vérifier si un tableau contient l’élément spécifié
indexOf()
Search the array for an element and returns its position
Recherche dans le tableau un élément et renvoie sa position
isArray()
Checks whether an object is an array
Vérifie si un objet est un tableau
join()
Joins all elements of an array into a string
Joint tous les éléments d’un tableau dans une chaîne