I am trying to remove an element in an array in a forEach loop, but am having trouble with the standard solutions I\'ve seen.
forEach
This is what I\'m current
The following will give you all the elements which is not equal to your special characters!
review = jQuery.grep( review, function ( value ) { return ( value !== '\u2022 \u2022 \u2022' ); } );