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.
When you specify a single numeric parameter with the Array constructor, you specify the initial length of the array.
Lorsque vous spécifiez un seul paramètre numérique avec le constructeur Array, vous indiquez la longueur initiale du tableau.
The prototype object of the Array constructor can be modified to affect all Array instances.
Le prototype du constructeur Array peut être modifié afin d'affecter l'ensemble des instances grâce à l'héritage.
A JavaScript array is initialized with the given elements, except in the case where a single argument is passed to the Array constructor and that argument is a number.
Un tableau est initialisé avec les éléments donnés, sauf dans le cas où un argument seul est passé au constructeur Array et que l'argument est un nombre.
If the only argument passed to the Array constructor is an integer between 0 and 232-1 (inclusive), this returns a new JavaScript array with length set to that number.
Si le premier argument passé au constructeur Array est un entier entre 0 et 232-1 (inclus), un nouveau tableau sera créé avec ce nombre d'éléments.
You are calling the Array constructor with an argument that is not a whole number (whole numbers consist of zero plus the set of positive integers).
Vous appelez le tableau constructeur avec un argument qui n'est pas un nombre entier (nombres entiers sont constitués de zéro ainsi que l'ensemble d'entiers positifs).Pour corriger cette erreurTo correct this error
Note that this special case only applies to JavaScript arrays created with the Array constructor, not array literals created with the bracket syntax.
Notez que ce cas spécial s'applique aux tableaux créés avec le constructeur Array, et non aux tableaux créés avec la syntaxe crochets.
Note that this special case only applies to JavaScript arrays created with the Array constructor, not array literals created with the bracket syntax.
Notez que ce cas spécial s'applique aux tableaux créés avec le constructeur Array, pas avec des tableaux créés avec des littéraux qui utilisent les crochets.
The Array.prototype property represents the prototype for the Array constructor and allows you to add new properties and methods to all Array objects.
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 Comme pour tous les constructeurs, vous pouvez changer l'objet prototype du constructeur afin de modifier toutes les instances d'Array.
In Perl, you'll want to use the array constructor [] or the hash constructor {} instead.
En Perl, vous devez utiliser à la place le constructeur de tableau [] ou le constructeur de hachages {}.
In this form, the array constructor is written with the key word ARRAY followed by a parenthesized (not bracketed) subquery. For example
Avec cette forme, le constructeur de tableau est écrit avec le mot-clé ARRAY suivi par une sous-requête entre parenthèses (et non pas des crochets).
By default, the array element type is the common type of the member expressions, determined using the same rules as for UNION or CASE constructs (see Section 10.5). You can override this by explicitly casting the array constructor to the desired type, for example
Par défaut, le type d'élément du tableau est le type commun des expressions des membres, déterminé en utilisant les mêmes règles que pour les constructions UNION ou CASE (voir la Section 10.5, « Constructions UNION, CASE et constructions relatives »).
The ARRAY constructor syntax is discussed in more detail in Section 4.2.12.
La syntaxe du constructeur ARRAY est discutée plus en profondeur dans la Section 4.2.12, « Constructeurs de tableaux ».
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.
Er zijn geen resultaten gevonden voor deze term.
Synoniemen voor the Array constructor in het Engels