JavaScript card reviewmedium
What is a callback function?
A callback function is a function passed as an argument to another function and executed later, often after an asynchronous operation completes.
A callback function is a function passed as an argument to another function and executed later, often after an asynchronous operation completes.
Jeevan Bhargav
Audited by Creator
This answer is calibrated for technical interviews. Verify benchmarks in local sandboxes before deploying.