MSManas Sahainmatrixnas.hashnode.dev00Linux File System2d ago · 10 min read · In Linux everything is a file. Really every thing is a file, applications, hardware, network everything. The Linux File System is a structured method of storing and organizing data on a Linux machine.Join discussion
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