SynfraCore
Synfracore
Start Learning
Navigation

Academies

Platform

RoadmapsLabsCertificationsInterviewPYQsAI AssistantCareer
Start Learning Free Learning Roadmaps

Node.jsFundamentals

Core concepts and commands — hands-on from the start

📄
Last updated Sep 2026
Expert Content

Node.js — Fundamentals

CommonJS: `require` and `module.exports`

Node's original module system. Every file is its own module — nothing is global by default, unlike a plain