myArray = myArray.filter( function( el ) { return toRemove.indexOf( el ) < 0; } );
a = a.filter(function (item) { return b.indexOf(item) === -1; });