Closed DevilRoshan closed 4 years ago
出自小程序前端面试星球
// 以下代码输出 const a = Function.length; const b = new Function().length; console.log(a === b)
https://github.com/DevilRoshan/Question/blob/master/20200805-js-code-function.md