var topScores = scores.filter(function(item){. if (item > 10){. return true;. } else {. return false;. } });. console.log('topScores: ', topScores);.
確定! 回上一頁