In JavaScript, the break statement is used to stop/ terminates the loop early. Breaking For loop. const arr = [1,2 ...
確定! 回上一頁