Download for Windows Premium
Publiciteit
objeto Array

Vertaling van "objeto Array" in Engels

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.
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.
A continuación, se vuelve a llamar a objeto Array vacío vegetables, que luego se llena mediante cinco llamadas al método push().
The following code creates the empty Array object vegetables, which is then populated through five calls to push().
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].
El siguiente código crea el objeto Array vegetables con los elementos [spinach, green pepper, cilantro, onion, avocado].
The following code creates the Array object vegetables with the elements [spinach, green pepper, cilantro, onion, avocado].
En el ejemplo siguiente, se crea un nuevo objeto Array de longitud inicial 3, se rellena la matriz con los elementos de cadena one, two y three y, seguidamente, se convierten los elementos en una cadena.
The following example creates a new Array object with an initial length of 3, populates the array with the string elements one, two, and three, and then converts the elements to a string.
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.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor objeto Array in het Spaans

Publiciteit

Suggesties

Resultaten: 22. Exact: 22. Verstreken tijd: 29 ms.