Download for Windows Premium
Publicidade
Array-like objects

Exemplos para "Array-like objects"

Não foi possível encontrar esta entrada. Mostrando resultados aproximados. Verifique a ortografia ou proponha a adição deste termo ao dicionário.
For information on using arrays with regular expressions, see Regular Expressions. Working with array-like objects
Pour plus d'informations sur l'utilisation des tableaux et des expressions rationnelles, voir la page Expressions rationnelles.
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.
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.)
Array-like objects slice method can also be called to convert Array-like objects/ collections to a new Array.
La méthode slice() peut aussi être appelée pour convertir des objets/collections similaires à des tableaux, en un nouveau tableau.

Outros resultados

The arguments of a function are maintained in an array-like object.
Les arguments d'une fonction sont maintenus dans un objet semblable à un tableau.
Reversing the elements in an array-like object
Inverser l'ordre des éléments d'un objet semblable à un tableau
The following example creates an array-like object a, containing three elements and a length property, then reverses the array-like object.
Dans l'exemple suivant, on crée un objet semblable à un tableau a qui contient trois éléments et une propriété length.
Description The unshift method inserts the given values to the beginning of an array-like object.
Description La méthode unshift() insère les valeurs renseignées au début d'un objet ressemblant à un tableau.
The arguments object is an Array-like object corresponding to the arguments passed to a function.
L'objet arguments est un objet, semblable à un tableau, correspondant aux arguments passés à une fonction.
Take Array.prototype.slice, for example, which you want to use for converting an array-like object to a real array. You could create a shortcut like this
Si, par exemple, on considère la fonction Array.prototype.slice et qu'on souhaite l'utiliser pour convertir un objet semblable à un tableau en un objet array, on peut créer un raccourci de cette façon
Deprecated, Function, JavaScript, Property, arguments The function.arguments property refers to an an array-like object corresponding to the arguments passed to a function.
Déprécié, Function, JavaScript, Propriété, Reference, arguments La propriété function.arguments fait référence à un objet dont la structure est semblable à celle d'un tableau dont les éléments correspondent aux arguments passés à une fonction.
Summary The apply() method calls a function with a given this value and arguments provided as an array (or an array-like object).
La méthode apply() appelle une fonction en lui passant une valeur this et des arguments sous forme d'un tableau (ou d'un objet semblable à un tableau).
The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.
L'interface HTMLCollection est constituée d'une collection générique (à la manière d'un tableau similaire à arguments) d'éléments (dans l'ordre du document) et offre des méthodes et des propriétés pour sélectionner ces éléments dans la liste.
Creates a new Int8Array from an array-like or iterable object.
Crée un nouvel objet Int8Array à partir d'un objet semblable à un tableau ou d'un objet itérable.
Não foram achados resultados para esta acepção.

Sinônimos e analogias para "Array-like objects" em inglês

Palavra e Expressão do Dia
Imagem do dia
droplet: small drop of liquid
Descubra o significado
Publicidade

Resultados: 24. Exatos: 3. Tempo de resposta: 146 ms.