How does Javascript match the parameters in the callback function?

后端 未结 2 1138
耶瑟儿~
耶瑟儿~ 2021-01-26 18:12

I just started to learn Javascript, and callback functions seem hard to understand. One question I have is how javascript matches the parameters in a callback function? for exam

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-26 18:56

    Ya it's by default.To start using a function better if you refer some API.

    I have used MDN for that.

提交回复
热议问题