강의

멘토링

커뮤니티

Inflearn Community Q&A

leeeuido0018's profile image
leeeuido0018

asked

Life Coding - JavaScript Basics

Constructor and this

저도 질문있습니데

Written on

·

233

0

if문 코드에서 

funcThis는 

모두 var funcThis의 값 즉 null를  가리켜야 되는 것이 아닌가요?

javascript

Answer 1

0

if문을 적기전에 Func를 호출했기 때문에 이미 null 이 this로 바뀐 상태이지 않을까요?

leeeuido0018's profile image
leeeuido0018

asked

Ask a question