It only returns false if none of the array elements match the predicate: function isNegative(x) { return x < 0; } ...
確定! 回上一頁