data.filter nodejs code example Example: javascript array filter var newArray = array.filter(function(item) { return condition; });