callback
US /ˈkɑːl.bæk/
UK /ˈkɑːl.bæk/

1.
a return telephone call
:
•
I'll give you a callback as soon as I have the information.
•
The customer requested a callback from technical support.
2.
a second audition for a role in a play or film
:
•
She got a callback for the lead role after her first audition.
•
Many aspiring actors hope for a callback after their initial tryouts.
3.
a function that is passed as an argument to another function and is executed after its parent function has completed
:
•
In JavaScript, an asynchronous operation often uses a callback function.
•
The API requires a callback to handle the response data.