Skip to content

箭头函数于普通函数区别

没有 this, 不可以 new 没有 arguments 箭头函数的 this 指向外外层第一个函数的 this

在 MIT 许可下发布