1. 그냥 this
output: window
2. this === window
ouput: true
3. 함수 안에서 this
output: window
4. 오브젝트 안에서 this
output: window
5. "use strict" 에서 checkThis
output: undefined
6.. checkThis.call(this);
output: window
7. that
output: window
8. () => {}
output: window
9. object (4번 참고)
output: undefined
10. obejct2
output: undefined
(그냥 object.checkThis() 하면 {value: 0, checkThis: f} 반환 됨.)
11. object3
output: window
개추좀
진짜 병신언어 ㅠ
이거는 기본이긔 - dc App
너한텐 기본 아닐걸? ㅋㅋ
걍 caller와 binding 한 거 이 2가지만 말하면 끗
레전드 언어
미친언어
본인 이거 다 이해하는데 ㅍㅌㅊ? 자스 this 그래서 잘 안 쓴다. 함수형 써라 애들아
프갤 상위 1퍼 개족고수
그저 개병신언어... - dc App
마지막거빼고 다 알겠다
화살표 함수라 그럼
저거 다 알면 기본임 아니면 js는 좀 치는거냐?
예측불가 언어 자바스크립트
일상인데 저거정돈 - whatever we can do it
진짜 js는 욕만나온다
진짜 개병신 언어 원탑 ㅋㅋ
이딴게 언어? - dc App
new 를 사용해라. 수준 나온다.. 여기에 공감때리는친구들... 더 배워.