array filter is not a function code example Example: filter out arrays js let newArray = array.filter(function(item) { return condition; });