Hey. There is a function to filter array elements in javascript. function isGreaterThanFive(x) { return x > 5; } [1, 10, 4, ...
確定! 回上一頁