Télécharger pour Windows Premium
Publicité
objeto Array

Traduction de "objeto Array" en anglais

Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
Array object
Aquí está una lista de las propiedades del objeto Array junto con su descripción.
Here is a list of the properties of the Array object along with their description.
El siguiente código crea un objeto Array letters, que se llena inicialmente con el elemento a.
The following code creates an Array object letters, which is initially populated with the element a.
Sin embargo, podemos utilizar el objeto Array predefinido y sus métodos para trabajar con matrices en sus aplicaciones.
However, you can use the predefined Array object and its methods to work with arrays in your applications.
El objeto Array tiene métodos para manipular matrices de varias maneras, tales como unirlas, invertirlas, y ordenarlas.
The Array object has methods for manipulating arrays in various ways, such as joining, reversing, and sorting them.
El siguiente código crea el objeto Array vacío users, que luego se llena mediante cuatro llamadas al método push().
The following code creates an empty Array object users and the array is then populated using four calls to push().
El siguiente código crea un objeto Array letters con los elementos [a, b,c, d,e, f].
The following code creates an Array object letters with elements [a, b,c, d,e, f].
var Esta función puede contener un comando simple (por ejemplo, una sentencia trace()) o una operación más compleja y se invoca con tres argumentos; el valor de un elemento, el índice de un elemento y el objeto Array
This function can contain a simple command (for example, a trace() statement) or a more complex operation, and is invoked with three arguments; the value of an item, the index of an item, and the Array object
Ejemplo El siguiente código crea un objeto Array letters con los elementos a, b y c. El orden de los elementos de la matriz se invierte con el método reverse() para generar la Versión del lenguaje
The following code creates an Array object letters with elements a, b, and c. The order of the array elements is then reversed using the reverse() method to produce the array [c, b,a].
El siguiente código crea un objeto Array names con el elemento de cadena Bill.
The following code creates an Array object names with the string element Bill.
Muchos métodos para el objeto Array de JavaScript están diseñados para ser aplicados generalmente a todos los objetos los cuales "se asemejan" a las matrices unidimensionales.
Many methods on the JavaScript Array object are designed to be generally applied to all objects which "look like" Arrays.
Véase también Ejemplo El siguiente código crea un objeto Array letters y llena la matriz con los elementos a, b y c utilizando el método push().
The following code creates an empty Array object letters and then populates the array with the elements a, b, and c using the push() method.
A diferencia del for que es una instrucción, el forEach es un método del objeto Array (o de su prototipo).
Unlike the for that is a statement, the forEach is a method belonging to the object Array (or its prototype).
El método keys() devuelve un nuevo objeto Array Iterator que contiene las claves de índice con las que acceder a cada elemento en el array.
The keys() method returns a new Array Iterator object that contains the keys for each index in the array.
Aucun résultat pour cette recherche.

Synonymes et analogies de "objeto Array" en espagnol

Publicité

Suggestions qui contiennent objeto Array

Résultats: 16. Exacts: 16. Temps écoulé: 32 ms.