What is the most succinct definition of a JavaScript callback, being more elaborative than simply “A function that calls another function.”?
My answer to What is the most succinct definition of a JavaScript callback, being more elaborative than simply “A function that calls another function.”? on Quora
A way of saying “once you’ve finished doing this, do that”.