DevilRoshan / Question

前端问题解决
0 stars 0 forks source link

[Daily]以下代码输出 #101

Closed DevilRoshan closed 4 years ago

DevilRoshan commented 4 years ago

出自小程序前端面试星球

// 以下代码输出
const a = Function.length;
const b = new Function().length;
console.log(a === b)
DevilRoshan commented 4 years ago

https://github.com/DevilRoshan/Question/blob/master/20200805-js-code-function.md