The break statement ends the execution of a loop when used inside a loop. The syntax of a break statement in JavaScript is: break;. Let's see ...
確定! 回上一頁