Skip to content
_island Record
Main Navigation
首页
文章
代码片段
面试
面试题
手写题
GitHub
Appearance
GitHub
Menu
Return to top
目录
Table of Contents for current page
📁 标签
JavaScript
箭头函数和普通函数的区别
箭头函数没有自己的构造函数
箭头函数没有自己
this
,
log(this)
时返回的是上一层的
this
call、apply、bind
函数也无法改变箭头函数中的
this
如果只有一个返回值时可以省略
return
关键字