Examples with "of 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.
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.
Andere resultaten
The TypedArray.name property represents a string value of the typed array constructor name.
La propriété TypedArray.name est une chaîne de caractères représentant le nom du constructeur du tableau typé.
When there is only one element, there is no difference between the constructor of typed array and the constructor of a scalar
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.
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.
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
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).
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.
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.
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.