Short-circuiting: can use the break statement to stop the iteration. Beware of ES6 syntax--e.g. for (const key in object) for iterating objects, ...
確定! 回上一頁