The some() method stops iterating as soon as the element is found, which satisfies the required boolean expression. arr.some((value) => { index++;
確定! 回上一頁