Is it correct to refer to a higher-order function as a “template”?

后端 未结 0 1183
梦毁少年i
梦毁少年i 2021-01-03 08:33

Minimal example: Say I have the higher-order function

const my_fn = (a) => (b) => a + b

that, when called like so:

<

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