📦 Day 2: Node.js Modules — Core Modules, Custom Modules, require and exports
👨🏫 What You’ll Learn Today:
What is a module in Node.js?
Core vs Custom Modules
How to use require and exports
Real-life examples
Practical tasks for hands-on learning
✅ What is a Module?
A module in Node.js is like a small building block ...