Javascript Array removeAtIndex(elementAt)
Array.prototype.removeAtIndex = function(elementAt) { return this[elementAt - 1]; };