如果代码以这五种字符 ([/+- 开头,需要在语句前加分号

const a = 2
;[ 3, 4 ].forEach(n => console.log(n))

https://www.zhihu.com/question/20298345

发表评论