array.forEach()
를
for..of
루프로 변환합니다. 이들 코드 구문은 유사하나
for..of
루프에는
continue
및
break
문을 사용할 수 있습니다.