Pregunta de entrevista de Material

Callbacks in NodeJS

Respuesta de la entrevista

Anónimo

26 de jun de 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