Translation of "array-like" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The arguments inside a function is an example of an 'array-like object'.
Die arguments innerhalb einer Funktion sind ein Beispiel für 'Array-ähnliche' Objekte.
You can't change individual characters because strings are immutable array-like objects
Es können jedoch keine Zeichen geändert werden, da Strings unveränderbare Array-ähnliche Objekte sind
The arguments of a function are maintained in an array-like object.
Die Argumente einer Funktion werden in einem Array-ähnlichen Objekt gewartet.
Creates a new Array instance from an array-like or iterable object.
Erstellt eine neue Array-Instanz aus einem Array-ähnlichen oder iterierbaren Objekt.
An array-like object, specifying the arguments with which func should be called, or null or undefined if no arguments should be provided to the function.
Ein Array ähnliches Objekt, welches die Argumente spezifiziert, welche beim Aufruf von func benutzt werden, oder null oder undefined, wenn keine Argumente übergeben werden.
In the following example we will create a global Function method called construct, which will enable you to use an array-like object with a constructor instead of an arguments list.
Im folgenden Beispiel wird eine globale Function Methode namens construct erstellt, welche es ermöglicht ein Array ähnliches Objekt mit einem Konstruktor anstatt eines Argumentliste zu benutzen.
array-like objects (objects with a length property and indexed elements) or
Array-ähnliche Objekte (Objekte mit einer length Eigenschaft und indexierten Elementen) oder
For the moment, though, notice only the array-like syntax of the list of values passed as the second parameter.
Beachten Sie im Moment jedoch nur die Array-ähnliche Syntax der Werteliste, die als zweiter Parameter dienen.
Function.apply() can accept any array-like object as the arguments list, instead of only true arrays.
Function.apply() kann jedes Array-ähnliche Objekt als Argumentenliste akzeptieren, anstatt nur echte Arrays.
Sometimes you would like to apply array methods to strings or other array-like objects (such as function arguments).
Manchmal möchte man Array-Methoden auf Strings oder andere Array-ähnliche Objekte anwenden (z. B. auf Argumente von Funktionen).
This includes arrays and array-like constructs such as Array objects and TypedArray objects.
Diese beinhalten Arrays und Array-ähnliche Konstrukte, wie Array Objekte TypedArray Objekte.
It is array-like in that it has a numbered index and a length property.
Using an object in an array-like fashion