var arr = ['bill', 'is', 'not', 'lame']; arr.splice(output_items.indexOf('not'), 1); console.log(arr) //returns ['bill', 'is', 'lame']