Material interview question

Callbacks in NodeJS

Interview Answer

Anonymous

26 June 2018

A callback is a function called at the completion of a given task; this prevents any blocking, and allows other code to be run in the meantime