An open API service indexing awesome lists of open source software.

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

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