Material Interview Question

Callbacks in NodeJS

Interview Answer

Anonymous

Jun 26, 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