今天有了一个令我懵逼的发现
```
const a = () => {};
console.log(a.name);
```
会返回 'a'
展开
5