상위 글 및 페이지
-
최근 글
카테고리
- Javascript (13)
- jQuery (16)
- node.js (30)
최근 댓글
태그 보관물: javascript this
[번역] How this Works (JavaScript에서 this 의미)
원본글 : http://bonsaiden.github.com/JavaScript-Garden/#function.this How this Works JavaScript는 다른 프로그래밍 언어에 사용되는 this와는 다른 개념을 가지고 있다. JavaScript에서는 크게 5가지 방식으로 this가 특정 값에 바인딩 될 수 있다. The Global Scope this를 global 영역에서 이용할 경우, 그것은 단순히 global 객체를 가리킨다. … 계속 읽기
