You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A callback is a function that is called after another function is done executing.
Good for when you are making API calls, and want function to run only after data is retrieved from server.