How do I write an arrow function in ES6 recursively?

后端 未结 12 889
南旧
南旧 2020-12-08 06:36

Arrow functions in ES6 do not have an arguments property and therefore arguments.callee will not work and would anyway not work in strict mode even

12条回答
提交回复
热议问题