#nodejs
Read more stories on Hashnode
Articles with this tag
In JavaScript, a callback is a function that is passed as an argument to another function and is intended to be executed after the completion of a...
Web API is a kind of power that allow developers to interact with various browser features, manipulate the Document Object Model (DOM), and perform...
The event loop is core to the performance of Node.js, helping it to perform asynchronous and non-blocking operations The event loop constantly checks...