ㅁ 호이스팅

전역 : 선언적함수 -> var     = 글로벌 객체

함수호출 : 파라미터 -> 선언적 함수 -> var -> this     = 호출 객체


Scope : 호출객체 


JavaScript 심화 : 다음 책을 공부하자 (Learning JavaScript Design Patterns by Addy Osmani)

https://addyosmani.com/resources/essentialjsdesignpatterns/book/index.html



+ Recent posts