Para los objetos Array, el método toString une el array y devuelve una cadena de caracteres que contiene cada elemento del array separado por comas.
For Function objects, the toString method returns a string representation of the object in the form of a function declaration.
Otros resultados
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.
El objeto Array sustituye al método toString de Object.
The TypedArray objects override the toString method of 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 objeto Array sustituye el método toString del Object.
The Array object overrides the toString method of Object.
Retorna un nuevo objeto Array Iterator que contiene los valores para cada índice en el array.
Returns a new Array Iterator object that contains the values for each index in the array.
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.
Contenido potencialmente sensible o inapropiado
Los ejemplos se utilizan solo para ayudarte a traducir la palabra o expresión en diversos contextos. Nosotros no los seleccionamos ni los validamos y pueden contener términos o ideas inapropiados. Infórmanos sobre este tipo de ejemplos para que sean editados o dejen de mostrarse. Las traduccciones potencialmente sensibles, inapropiadas o coloquiales suelen estar marcadas con rojo o con naranja.