SMSidratul Muntahaintemplateliterals.hashnode.dev00Template Literals in JavaScriptMar 19 · 4 min read · When we first start working with JavaScript, handling strings feels easy. But as your code grows, especially when you start combining variables, building dynamic messages, or writing multi-line contenJoin discussion
SMSidratul Muntahainarrayflatteninjs.hashnode.dev00Array Flatten in JavaScriptMar 19 · 5 min read · JavaScript arrays are simple… until they aren’t. At first, you deal with clean, single-level arrays like [1, 2, 3]. But as your applications grow—especially when working with APIs, trees, or complex dJoin discussion
SMSidratul Muntahainjsmodules.hashnode.dev00JavaScript Modules: Import and Export ExplainedMar 19 · 4 min read · When we begin learning JavaScript, they usually write all their code in a single file. At first, this approach feels manageable and even convenient. However, as the application grows, this single fileJoin discussion
SMSidratul Muntahainjsoperatorsthebasicsyouneed.hashnode.dev00JavaScript Operators: The Basics You Need to KnowMar 15 · 6 min read · When you start learning JavaScript, one of the first things you encounter is operators. Operators are small symbols, but they perform very important tasks in your code. They allow you to perform calcuJoin discussion
SMSidratul Muntahaincallapplybindinjs.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 15 · 5 min read · JavaScript has many powerful features, but one concept that confuses beginners the most is this. At first glance, it looks simple, but depending on how a function is called, the value of this can chanJoin discussion