0
Q:

remove all from array that matches

var array = [1,2,'deleted',4,5,'deleted',6,7];
var newarr = array.filter(function(a){return a !== 'deleted'})
2

New to Communities?

Join the community