Clean Dictionary hoisting

hoisting

var 또는 function declaration 선언들이 제일 위로 올라가는 것
코드가 나타나는 순서대로 실행이 된다.

JavaScript engine is syncronous.
Execute the code block in order after hoisting.

댓글남기기