We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
JavaScript, ils
In JavaScript, arrays start at index zero and can be manipulated with various methods.
En JavaScript, ils commencent à l'index zéro et peuvent être manipulés avec différentes méthodes.
In JavaScript, arrays start at index zero and can be manipulated with various {{Glossary("Method", "methods")}}.
En JavaScript, ils commencent à l'index zéro et peuvent être manipulés avec différentes {{Glossary ("Method", "méthodes")}}.
Other results
In JavaScript, an array is an object that has special properties.
En JavaScript, un tableau est un objet disposant de propriétés particulières.
In JavaScript, an associative array is known as an object that holds key-value mappings.
En JavaScript, un tableau associatif est connu sous le nom d'objet qui contient des associations clé-valeur.
For more information, see JavaScript typed arrays and the reference documentation for the different TypedArray objects.
Voir la référence JavaScript pour plus d'informations sur ces différentes syntaxes.
Since an array's size length grow or shrink at any time, JavaScript arrays are not guaranteed to be dense.
Puisque la dimension d'un tableau peut augmenter ou diminuer à tout moment, les tableaux ne sont pas garantis d'être compacts.
Dreamweaver provides code hints for basic JavaScript objects like arrays, dates, numbers, and strings.
Dreamweaver propose des conseils de code pour des objets JavaScript de base tels que tableaux, dates, chiffres et chaînes.
If an array is created using a literal in a top-level script, JavaScript interprets the array each time it evaluates the expression containing the array literal.
Si un tableau est créé en utilisant un littéral dans un script du plus haut niveau, JavaScript interprète le tableau chaque fois qu'il évalue l'expression contenant le littéral.
double Fore more information, see JavaScript typed arrays and the reference documentation for the different TypedArray objects.
Pour plus d'informations sur les tableaux typés, voir l'article de la référence sur les différents objets TypedArray.
A JSON document is a file containing a single JavaScript object or array, which in turn contains any number of other objects, arrays, strings, numbers, booleans, or null values.
Un document JSON est un fichier contenant un seul objet JavaScript ou un tableau, pouvant lui-même contenir d'autres objets, des tableaux, des chaînes de caractères, des nombres, des booléens ou la valeur null.
Since an array's length can change at any time, and data can be stored at non-contiguous locations in the array, JavaScript arrays are not guaranteed to be dense; this depends on how the programmer chooses to use them.
Puisque la dimension d'un tableau peut augmenter ou diminuer à tout moment, et que les éléments du tableau peuvent être stockés à des emplacements non contigus, les tableaux ne sont pas garantis d'être compacts.
Note that this array starts at 1, while JavaScript arrays start at 0.
Remarquez que ce tableau commence à 1 alors que les tableaux JavaScript commence à 0.
Some aspects of library design that are specific to JavaScript include dealing with JavaScript's type coercions, working with JavaScript arrays, and using "options objects" as a way to provide API's with potentially large numbers of optional arguments.
Certains des aspects du design qui sont spécifiques à JavaScript, dont la gestion de la coercition de type de JavaScript, travailler avec les tableaux JavaScript, et utiliser des "objets options" comme moyen de fournir des APIs ayant potentiellement un nombre important d'arguments optionnels.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.