JavaScript array some() function tests whether at least one item in the ... app.js let dark = [ 100, 90, 80, ]; console.log(dark.some(x => x > ...
確定! 回上一頁