adds code


In this lecture, let's understand a very important concept of NODE JS, which is its event loop. A event loop is responsible for executing the callback functions attached to an asynchronous task, by pushing it to the main thread for its execution. Source code GIT Repo: https://github.com/manojjha86/NODE-JS/tree/main/NODE-JS-Basics
Previous Post Next Post