MAMohammad Asadinlogictech.hashnode.dev·Apr 30 · 4 min readThe new Keyword in JavaScriptImagine JavaScript as a factory.In this factory, we don’t create objects randomly. We follow a proper process, and the new keyword is the manager that supervises this process. Today, we’ll understand00
MAMohammad Asadinlogictech.hashnode.dev·Apr 30 · 5 min readArray Flatten in JavaScriptImagine you opened a school bag, and inside it there are smaller bags, and inside those bags… even more bags Your task is simple: 👉 Take everything out and put it in one single bag. That’s is nothing00
MAMohammad Asadinlogictech.hashnode.dev·Apr 22 · 7 min readExploring Linux Through Its File System: A System Investigator’s JourneyWhen most people learn Linux, they start with commands.ls, cd, mkdir, pwd — useful, but shallow. I wanted something deeper. This assignment was not about using Linux, but about understanding how Linux00
MAMohammad Asadinlogictech.hashnode.dev·Mar 31 · 8 min readSynchronous vs Asynchronous JavaScriptWhen people start learning JavaScript, one confusion appears again and again: “Why does JavaScript behave strangely when dealing with time, API calls, or delays?” The answer lies in understanding sy00
MAMohammad Asadinlogictech.hashnode.dev·Mar 30 · 6 min readCallbacks in JavaScript: Why They ExistJavaScript is one of the most powerful and flexible languages—but for beginners, it can also feel confusing. One concept that often scares people is .callbacks You might hear sentences like: “JavaSc00