AAbdullahinabdxllahblogs.hashnode.dev00Understanding the this Keyword in JavaScript1d ago · 8 min read · People who have spent time writing JavaScript have definitely come across the this keyword and often get confused because of its behaviour. It behaves differently in JavaScript as compared to other laJoin discussion
AAbdullahinabdxllahblogs.hashnode.dev00JavaScript Modules: Import and Export ExplainedApr 22 · 6 min read · Why Modules Are Needed Before we directly jump into knowing more about JavaScript modules, let us know more about the issues that developers faced without JavaScript Modules. Most of us have already mJoin discussion
AAbdullahinabdxllahblogs.hashnode.dev00Template Literals in JavaScriptApr 8 · 6 min read · Most of us have given interviews in the past and if not let me walk you through a common pattern I've noticed in the interviews I've attended. You are asked a question, you either answer it or fail toJoin discussion
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