Callbacks?

Is a callbac, basically, a function where you give a function another function that target the “this” the original function is calling? Thx

A callback is simply where you pass a function as a parameter to another function.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.