SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Array Flatten in JavaScript7h ago · 9 min read · While 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 arrJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00JavaScript Modules: Import and Export ExplainedApr 8 · 8 min read · As 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 wriJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScript Mar 15 · 4 min read · The Magic of this, call(), apply(), and bind() in JavaScript (With Visual Examples) JavaScript is a flexible language, but beginners often get stuck with this and its friends call(), apply(), and bindJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 15 · 5 min read · What does Object-Oriented Programming (OOP) mean? (JavaScript) Imagine you are building a program that represents real things from the world — students, cars, users, bank accounts, products, etc. EachJoin discussion
SSSmita Subudhiinsmita-writes-tech.hashnode.dev00Array Methods You Must Know Mar 14 · 11 min read · Imagine you are developing software for a modern wood processing factory. The factory manages its inventory digitally. Each type of wood log is stored in an array, and operations such as receiving stoJoin discussion