Difference between event handlers and callbacks

前端 未结 12 2517
时光说笑
时光说笑 2020-12-22 16:33

What is the difference between an event handler and a callback function?

12条回答
  •  [愿得一人]
    2020-12-22 17:23

    I love how all these answers differ from each other.

    I would conclude from this, is that from an a terminology point of view Events and Callbacks are interchangeable. What they mean in a specific programming language or framework and differ though, because any platform tends to pick their favourite terms.

提交回复
热议问题