Skip to content

箭头函数

  1. 没有 this 、super、arguments 因为没有 this, 故无法通过任何手段绑定 this
  2. 不能使用new 调用
  3. 没有原型