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