이해가 안되거든요?

var myModule = {
    v : 'v',
    f : () => { console.log(this.v); }
}
myModule.f(); // output undefined