MSManas Sahainmatrixnas.hashnode.dev00Understanding Arrays in JavaScriptMay 5 · 6 min read · A complete guide to what arrays are, how to use them, and the most important built-in methods every developer should know. What Arrays Are and Why We Need Them????? Imagine you are building a grocery Join discussion
MSManas Sahainmatrixnas.hashnode.dev00JavaScript Promises !! Apr 27 · 11 min read · A Promise is an object that represents the eventual completion — or failure — of an asynchronous operation. Think of it like a real-life promise: someone tells you they'll get something done. From thaJoin discussion
MSManas Sahainmatrixnas.hashnode.dev00What Control Flow Means in ProgrammingApr 25 · 4 min read · Imagine you wake up in the morning. You look outside — if it's raining, you grab an umbrella; otherwise, you head out without one. That simple decision you just made? That's control flow. In programmiJoin discussion
MSManas Sahainmatrixnas.hashnode.dev00this, call(), apply(), bind()Apr 25 · 7 min read · this keyword First we discuss about 'this' keyword. Simply put, this is a value that changes depending on context — where it appears determines what it refers to. It's especially useful in object-orieJoin discussion
MSManas Sahainmatrixnas.hashnode.dev00The Complete Node JS workflowApr 24 · 13 min read · Node.js is built using three main components: V8 Engine (Open Source) – Executes JavaScript code. C++ Bindings – Allow JavaScript to interact with lower-level system APIs. libuv (Open Source) – ProJoin discussion