LeetCodeJavaScriptUnderstanding: Keys and Rooms (LeetCode 841)link: https://leetcode.com/problems/keys-and-rooms/ There are n rooms labeled from 0 to n -…November 20, 2025 1 min
A lgorithmJavaScript🌲 DFS (Depth-First Search)DFS goes as deep as possible before going back. What is a Graph? A graph is just a collection of…November 05, 2025 1 min
JavaScriptJavaScriptDebounce in JavaScript🚀 Understanding Debounce in JavaScript: A Simple Guide with Examples When working with JavaScript…August 30, 2025 1 min
AlgorithmJavaScriptHow `this` behaves in JavaScript🔹 What is this ? In JavaScript, this refers to the execution context — or how a function is…April 24, 2024 1 min
AlgorithmJavaScriptHow `this` behaves in JavaScript🔹 What is this ? In JavaScript, this refers to the execution context — or how a function is…April 24, 2024 1 min
AlgorithmJavaScriptHow `this` behaves in JavaScript🔹 What is this ? In JavaScript, this refers to the execution context — or how a function is…April 24, 2024 1 min