This method only returns a Boolean . js. const result = [10, 20, 30, 40, 3].some(function(number) { return number < 10; }) ...
確定! 回上一頁