every. Returns true if callback returns true for each array element. [1, 2, 3, 4].every(item => item > 0) // true.
確定! 回上一頁