Array.remove
Removes element at index.
Syntax
remove(index)
Example
var myCars = new Array("Saab", "Volvo", "BMW", "Mitsubishi"); console<
Parameters
index : Integer | - Index of element to remove.
Returns
Returns type:
Object
Removed element or undefined if element was not found
Defined in
Array