Hope it helps! :) js function removeInstances(arr, elem){ return a.filter(function(i){ return (i !== elem) }) }
js function removeInstances(arr, elem){ return a.filter(function(i){ return (i !== elem) }) }
Hope it helps! :)
js function removeInstances(arr, elem){ return a.filter(function(i){ return (i !== elem) }) }