OGOjas Goyalinjsbyojas.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 8 · 8 min read · If you've been coding for a while, you've probably heard the term "Object-Oriented Programming" or OOP thrown around. It sounds fancy and complicated, but I promise it's actually pretty straightforwarJoin discussion
OGOjas Goyalinjsbyojas.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScriptMar 8 · 6 min read · Alright, gather around! Today we're diving into one of JavaScript's most mysterious and magical topics: the keyword this and its three powerful spells call(), apply(), and bind(). If this has confusedJoin discussion
OGOjas Goyalinjsbyojas.hashnode.dev00Understanding Objects in JavaScriptMar 8 · 6 min read · Hey There! So you've been writing JavaScript for a bit now, and you've probably worked with variables, arrays, and functions. Now it's time to talk about one of the coolest and most useful features inJoin discussion
OGOjas Goyalinjsbyojas.hashnode.dev00Arrow Functions in JavaScript: A Simpler Way to Write FunctionsMar 8 · 6 min read · Arrow functions are one of the most popular features introduced in modern JavaScript (ES6). They provide a shorter, cleaner syntax for writing functions. They might seem confusing it first but once yoJoin discussion
OGOjas Goyalinjsbyojas.hashnode.dev00Function Declaration vs Function Expression in JavascriptMar 8 · 3 min read · If you're learning JavaScript, you've probably noticed there are multiple ways to create functions. Two of the most common are function declarations and function expressions. Let's break down what theJoin discussion