Callback Function
« Back to Glossary IndexA callback function is a function passed as an argument to another function and invoked later. Callbacks enable asynchronous and event-driven programming. They decouple execution flow. Example: A callback executed after a network request completes.
« Back to Glossary Index