题解 | #this指向#

this指向

http://www.nowcoder.com/practice/0b0770a09d9d49aeb4f3d5d4dd7f34f5

{"css":"","js":"var obj = {\n    a: 1,\n    b: 2,\n    fn: function(){\n        // 补全代码\n        return this.a + this.b;\n    }\n}","html":"","libs":[]}

因为题目对象里面的函数是function而不是箭头函数, 所以里面this的指向就是该对象

全部评论
请问,那如果是箭头函数,那this指向哪里呢
点赞 回复 分享
发布于 2022-05-06 10:33

相关推荐

10-27 17:26
东北大学 Java
点赞 评论 收藏
分享
2 收藏 评论
分享
牛客网
牛客企业服务