fat-cat

箭头函数与普通函数区别?能不能作为构造函数?

const getRest = (...params) => {
    console.log(params)
}