Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Callback

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.