Examples with "to the Array constructor" and their translation 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.
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.
Andere resultaten
When a single Number value is passed to the Array() constructor or function, it is interpreted as an arrayLength, not as a single element.
En effet, si un nombre est passé à la fonction Array() pour construire le tableau, celui-ci sera interprété comme une longueur et non comme la valeur d'un élément.
When a single Number value is passed to the Array() constructor or function, it is interpreted as an arrayLength, not as a single element.
En effet, si on utilise le constructeur Array() auquel on passe un seul argument numérique, celui-ci sera interprété comme longueurTabl, et non pas comme le seul élément du tableau.
In Perl, you'll want to use the array constructor [] or the hash constructor {} instead.
So just remember always to use the array or hash constructors with [] or {}, and you'll be fine, although it's not always optimally efficient.
Donc, souvenez-vous juste de toujours utiliser le constructeur de tableau ou de hachage [] ou {} et tout ira bien pour vous, même si ce n'est pas la solution optimale.
The prototype object of the Array constructor can be modified to affect all Array instances.
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 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 ».
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
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.