callback function in javascript
Anonymous
Many a times I am seeing the description about the code it is a call back function and it will get executed after 5 second in case of set timeout function but I am confuse that what actually is callback function how it gets invoked.
Can we call that call back function directly ???