Array.add Function
Adds an element to the end of an Array object. This function is static and is invoked without creating an instance of the object.
Array.add(array, item);
Show:
Adds an element to the end of an Array object. This function is static and is invoked without creating an instance of the object.
Array.add(array, item);