Download for Windows Premium
Publicidade
executes the callback function once

Tradução de "executes the callback function once" em francês

Não foi possível encontrar esta entrada. Mostrando resultados aproximados. Verifique a ortografia ou proponha a adição deste termo ao dicionário.
exécute la fonction callback une fois
exécute la fonction callback une seule fois
reduce executes the callback function once for each element present in the array, excluding holes in the array, receiving four arguments
reduce exécute la fonction callback une fois pour chaque élément présent dans le tableau et ignore les éléments vides du tableau.
The find method executes the callback function once for each element present in the typed array until it finds one where callback returns a true value.
La méthode find exécute la fonction callback une fois pour chaque élément présent dans le tableau jusqu'à ce qu'elle retourne une valeur vraie (qui peut être convertie en true).
Description The some method executes the callback function once for each element present in the typed array until it finds one where callback returns a true value.
Description La méthode some() exécute la fonction callback une seule fois pour chaque élément présent dans le tableau jusqu'à ce qu'elle en trouve un pour lequel callback renvoie une valeur équivalente à true dans un contexte booléen.
Description The find method executes the callback function once for each element present in the typed array until it finds one where callback returns a true value.
Description La méthode find exécute la fonction callback une fois pour chacun des éléments présents dans le tableau typé jusqu'à ce que la fonction callback renvoie une valeur vraie.
Description The findIndex method executes the callback function once for every array index 0... length-1 (inclusive) in the array until it finds one where callback returns a truthy value (a value that coerces to true).
Description La méthode some() exécute la fonction callback une seule fois pour chaque élément présent dans le tableau jusqu'à ce qu'elle en trouve un pour lequel callback renvoie une valeur équivalente à true dans un contexte booléen.
forEach() executes the callback function once for each array element; unlike map() or reduce() it always returns the value undefined and is not chainable.
forEach() exécute la fonction callback une fois pour chaque élément. À la différence de map() ou de reduce() il renvoie toujours la valeur undefined et ne peut donc pas être « enchaîné ».
The findIndex method executes the callback function once for each element present in the typed array until it finds one where callback returns a true value.
La méthode findIndex exécute la fonction callback une fois pour chaque élément présent dans le tableau (le tableau est parcouru entre les indices 0 et length-1 compris) jusqu'à ce que callback renvoie une valeur vraie.
Não foram achados resultados para esta acepção.
Palavra e Expressão do Dia
Imagem do dia
dumbbell: short bar with weights on each end
Descubra o significado
Publicidade

Resultados: 7. Exatos: 7. Tempo de resposta: 46 ms.