NoteQuest

#fundamentals

3 articles tagged with fundamentals.

The OSI Model Explained

A clear explanation of the OSI model's seven layers, what each layer actually does, and how real-world protocols like HTTP, TCP, and Ethernet map onto them.

Neha Patel
JavaScript7 min read

Closures in JavaScript: A Complete Guide

A complete guide to JavaScript closures explaining lexical scope, the scope chain, and how closures power data privacy, memoization, and function factories.

NoteQuest Editorial Team
Articles tagged fundamentals | NoteQuest