https://github.com/chinsun9/javascript-this-practice
js this practice
https://github.com/chinsun9/javascript-this-practice
practice
Last synced: 9 months ago
JSON representation
js this practice
- Host: GitHub
- URL: https://github.com/chinsun9/javascript-this-practice
- Owner: chinsun9
- Created: 2021-08-01T10:08:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T02:06:44.000Z (over 4 years ago)
- Last Synced: 2025-01-30T08:43:07.610Z (11 months ago)
- Topics: practice
- Language: JavaScript
- Homepage: https://chinsun9.github.io/2021/08/02/javascript-this/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-this-practice
js this practice
## this
- use strict / default(sloppy mode)
### 최상위 스코프에서
- window / windows
### 함수안에서
- undefined / window
### 객체안에서
- 자기자신 / 자기자신
### 화살표함수에서
- window / window
## 참고
- https://www.youtube.com/watch?v=kb0Af7dzCTs
- https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Strict_mode