본문 바로가기
TIL/JavaScript

THIS, 5 patterns of Binding(window(parent), constructor, apply, call

by koreashowme 2020. 2. 23.

 

연습문제

 

 

(1) r  (2) window  (3) r  (4) y

'TIL > JavaScript' 카테고리의 다른 글

이니셜 전화번호부 만들기. reduce 함수 사용.  (0) 2020.01.14
Object.keys( )  (0) 2020.01.08
push()  (0) 2020.01.08
push()  (0) 2020.01.08
split('') && Array.from && [...]  (0) 2020.01.08

comment