forEach() 안에서 변수 Overwrite 에 계속 에러가 생겼다. 알고보니 forEach 의 경우 해당 loop 이 끝날때까지 기다려주지를 않는단다.
후
해결방법은, for item of Object 를 이용하는 것.
for item of Object