Versions with this page:
Versions without this page:
Agrega value al final del array.
value
var arr = new Array ("Hello"); arr.Add("World"); // prints "Hello", "World" print (arr);
Nota: Esto es solo de javascript. C# no utiliza esta caraterística.