Appearance
const arrowFunc = () => {...}
(...rest) => {console.log(rest)}
TIP
箭头函数没有自己的this,箭头函数中的 this 固定指向上一层作用域中this,词法作用域