Explore Library
QuizBeginner

Single Thread & Event Loop

Node.js executes your JavaScript on a single thread coordinated by an event loop.

How does Node.js execute your JavaScript code by default?