Tuesday, 6 September 2011

To remove the particular value from an array in Javascript

array.splice(array.indexOf(value), 1);