AKAbhijeeth K Vinabhijeethkv17-javascript.hashnode.dev·Mar 15 · 7 min readThe Magic of this, call(), apply(), and bind() in JavaScriptIf you have been coding in JavaScript for more than five minutes, you have likely run into the keyword this. It is one of those concepts that feels like magic when it works and like a total nightmare 00
AKAbhijeeth K Vinabhijeethkv17-javascript.hashnode.dev·Mar 15 · 7 min readUnderstanding Object-Oriented Programming in JavaScript: A Beginner’s GuideJavaScript is full of surprises. One moment you are handling simple variables, and the next, you are trying to organize complex data for a project like WANDERLUST or a Placement Management System. As 00
AKAbhijeeth K Vinabhijeethkv17-javascript.hashnode.dev·Mar 15 · 5 min readArrow Functions in JavaScript: A Simpler Way to Write FunctionsHey everyone! If you have been diving into modern JavaScript, you have likely seen those sleek, concise functions using a => symbol. These are called Arrow Functions, and since their introduction in E00
AKAbhijeeth K Vinabhijeethkv17-javascript.hashnode.dev·Mar 15 · 6 min readFunction Declaration vs Function Expression in JavaScript: What’s the Difference?Many beginners get tripped up by the subtle nuances of JavaScript functions. It is one of those topics where everything seems fine until you hit a weird error that makes no sense. Today, we are going 00
AKAbhijeeth K Vinabhijeethkv17-javascript.hashnode.dev·Mar 15 · 9 min readUnderstanding JavaScript Objects For BeginnersIf you have spent any time in the world of programming, you have likely heard the phrase "Everything in JavaScript is an object." While that is a bit of a simplification, it highlights just how centra00