Developer   API   Core & System   Array   remove

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
API Navigation
Skip Navigation Links.
Expand <span>User Interface</span> User Interface
Collapse <span>Core & System</span> Core & System
System
Object
Integer
Float
String
Date
Math
Array
RegExp
Global
Function
Timer
Expand <span>Graphics</span> Graphics
Expand <span>Files and Databases</span> Files and Databases
Expand <span>Crypto</span> Crypto
Expand <span>Native User Interface</span> Native User Interface
Expand <span>Net</span> Net
Expand <span>Media</span> Media
Expand <span>Sensor</span> Sensor
Expand <span>Game Development</span> Game Development