To check if all values in an array are `true`, use the `Array.every()` method to iterate over the array and compare each value to `true`.
確定! 回上一頁