The reason Node.js uses event callbacks is
not to have to wait for blocking I/O
its creator didn't know how to use async/await
not to perform any I/O tasks from Node.js
to make it possible to work with promises
Correct Answer : A