Skip to content

Instantly share code, notes, and snippets.

@halitbatur
halitbatur / nodediscussion.md
Created May 7, 2022 07:17
Node JS discussion questions

Node JS discussions

These are some Node JS discussion questions to deepen your understanding of NodeJS

  1. Differentiate between JavaScript and Node.js.
  2. Why Node.js is single threaded?
  3. How do Node.js works?
  4. What is package.json?
  5. What is an Event loop in Node.js and how does it work?