Does ES6 shorthand affect abstraction?

后端 未结 0 1778
一向
一向 2020-12-19 02:28

Does using the ES6 shorthand syntax add a layer of abstraction, and thus slow down the interpreter?

If you look at:

const myFunction = (myPar) => {...

相关标签:
回答
  • 消灭零回复
提交回复
热议问题