Saved Bookmarks
| 1. |
What is the callback function in TypeScript? |
|
Answer» In TypeScript, the CALLBACK function is used to schedule a call after some asynchronous processing is completed. It is passed to another function as a parameter that allows callback function to be called when the PROCESS of asynchronous processing is completed. Also Read: How to CRACK the interview in the first attempt |
|