for(let i of a) {. if (i > 5) return true;. } return false. } console.log(x(5, 25, 4)). Enter to Rename, Shift+Enter to Preview ...
確定! 回上一頁