Finden Sie das gesamte Array, das den Zustand JavaScript erfüllt
myArray.filter(x => x > 5)
Thoughtless Turkey
myArray.filter(x => x > 5)