how to filter an array on js code example Example: filter out arrays js let newArray = array.filter(function(item) { return condition; });