object arrow 에서의 this는 왜 window일까요? var obj = { a:()=>{console.log(this)} } obj.a() //result : window