MHTECHIN Interview Question

What is call back function

Interview Answer

Anonymous

Mar 5, 2024

The call back function is special type of function in JavaScript which is passed as an argument to another function.