We can break at any point in time the execution using the break keyword: ... const list = ['a', 'b', 'c'] let i = 0 while (i < list.length) ...
確定! 回上一頁