Array:
var arr = {'abc','def','ghi'};
Try this, it will work for sure.
ArrayName.splice(indexValueOfArray,1);
1 //removes 1 item starting at indexValueOfArray.