자바스크립트
[JavaScript] this와 self의 차이
펜네임
2020. 4. 6. 16:29
this : 현재 컨텍스트(객체)를 참조합니다.
self : window를 참조합니다.
[출처] (Cocos Creator) JavaScript의 this 와 self의 차이|작성자 LiveData