AAbdullahinabdxllahblogs.hashnode.dev00Understanding Object-Oriented Programming (OOP) in JavaScriptMar 15 · 4 min read · Programming can sometimes become repetitive. Imagine writing the same type of code again and again just for different data. For example, creating multiple students, multiple cars, or multiple users. TJoin discussion
AAbdullahinabdxllahblogs.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 15 · 3 min read · Javascript has a keyword this, which often confuses beginners. Then comes in call(), apply() and bind() to make the situation even worse. We’ll be walking through these in a simple way, explaining theJoin discussion
AAbdullahinabdxllahblogs.hashnode.dev00Understanding Variables and Data Types in JavaScriptMar 15 · 4 min read · What variables are and why they are needed Imagine you have a box at your home. You put your favorite football shoes in it, you put your football in it. You can access these things whenever you want. Join discussion
AAbdullahinabdxllahblogs.hashnode.dev00Control Flow in JavaScript: If, Else, and Switch ExplainedMar 15 · 4 min read · What is Control Flow? A real-world analogy of control flow would be something like this: If it is raining outside, carry an umbrella. If it is sunny outside, wear sunglasses. In case of programminJoin discussion
AAbdullahinabdxllahblogs.hashnode.dev00JavaScript Arrays 101Mar 15 · 4 min read · What are Arrays and Why do we need them? Imagine you are out there preparing a list of your favorite fruits & your inner instinct says you to write it using JavaScript. You start storing each and everJoin discussion