SPSahil Prasharindevwithsahil.hashnode.dev00The Magic of this, call(), apply(), and bind() in JavaScript20h ago · 9 min read · When I first saw the word this in JavaScript…I honestly thought — “Okay… this what?” 😅 It looked simple.Just a small keyword. But the more I used functions and objects, the more confusing it became. Join discussion
SPSahil Prasharindevwithsahil.hashnode.dev00Understanding Object-Oriented Programming in JavaScript21h ago · 8 min read · When I first heard the term Object-Oriented Programming, I honestly ignored it. It sounded too big.Too theoretical.Like something I would learn “later”. At that time I was just happy writing variablesJoin discussion
SPSahil Prasharindevwithsahil.hashnode.dev00Array Methods You Must Know22h ago · 10 min read · When I first learned arrays, I only knew one way to work with them. Loops. If I wanted to change values… loop.If I wanted to filter values… loop.If I wanted to calculate sum… loop again. It worked. BuJoin discussion
SPSahil Prasharindevwithsahil.hashnode.dev00JavaScript Arrays 10122h ago · 5 min read · Before I understood arrays, my code honestly looked ridiculous. I would create five different variables just to store five values. let fruit1 = "apple"; let fruit2 = "banana"; let fruit3 = "orange"; lJoin discussion
SPSahil Prasharindevwithsahil.hashnode.dev00Understanding Objects in JavaScript1d ago · 5 min read · I’ll be honest — objects confused me for a while. People kept saying things like: “Everything in JavaScript is an object.” And I was just sitting there thinking…Okay cool. But what is an object? TheJoin discussion