Hoisting
❔ Hoisting은 Javascript의 기본동작(default behavior)이기 때문에 이해가 필요하다. Hoist의 사전적 의미(구글사전) "raise (something) by means of ropes and pulleys. (로프나 풀리로 어떤것을 올리는 행위)" 이런 이미지이다. 🔎 w3school 내용 : Hoisting is JavaScript's default behavior of moving all declarations to the top of the current scope (to the top of the current script or the current function). JavaScript Hoisting JavaScript Hoisting Hoisting is Jav..
2020.10.21