SSSmita Subudhiinsmita-writes-tech.hashnode.dev·Apr 28 · 13 min readThe new Keyword in JavaScriptIn JavaScript, creating objects is something we do all the time. But have you ever stopped to think about what actually happens behind the scenes when you use the new keyword? Consider this: const use00
SSSmita Subudhiinsmita-writes-tech.hashnode.dev·Apr 23 · 14 min readCallbacks in JavaScript: Why They ExistImagine you order food from a restaurant. You don’t stand in the kitchen waiting for it to be prepared. Instead, you place the order and continue doing other things. Once the food is ready, the restau00
SSSmita Subudhiinsmita-writes-tech.hashnode.dev·Apr 22 · 13 min readDeep Dive: Exploring Linux’s File System SecretsDevelopers often recommend Linux as the preferred operating system for development, servers, and system-level work. However, many beginners—including me—know Linux mainly through basic commands withou00
SSSmita Subudhiinsmita-writes-tech.hashnode.dev·Apr 17 · 9 min readArray Flatten in JavaScriptWhile working with arrays in JavaScript, we often encounter situations where data is not in a simple, single-level structure. Instead, arrays can contain other arrays, creating what we call nested arr00
SSSmita Subudhiinsmita-writes-tech.hashnode.dev·Apr 8 · 8 min readJavaScript Modules: Import and Export ExplainedAs a beginner, you might think building a web or mobile application only requires a few lines of code. But in reality, even a simple application can involve thousands of lines of code. Now imagine wri00