SUShubh Ujalainshubhujalablogs.live07 JavaScript Arrays Hey! readers in this blog we are going to understand about the Arrays , very important data structure , we will undertand what is the need of it?, where it used ? and how we can implement this in java3h ago·4 min read
SSSubhasis Samantasingharinjs-blog-subhasis.hashnode.devUnderstanding Object-Oriented Programming in JavaScript.Introduction As programs grow larger, organizing code becomes very important. One approach that helps developers structure and reuse code effectively is Object-Oriented Programming (OOP). Object-Orien6h ago·5 min read
RRahulintechgyaan.hashnode.devArrow FunctionsIntroduction JavaScript provides multiple ways to write functions. Traditionally, we used the function keyword. But modern JavaScript introduced Arrow Functions, which allow us to write functions in a14h ago·4 min read
AKAbhishek Kumarinjs-with-abhishek.hashnode.devArray in JsHello readers.... Welcome back to another blog. This is my 4th blog of this js series. Till now, what we have covered: Variables & Data Types Overview JS Operators If else & switch statement In t10h ago·7 min read
SMSudhanshu Mundheinsudhanshu17.hashnode.devThe Magic of this, call(), apply(), and bind() in JavaScript1) What this means in JavaScript (simple explanation) In JavaScript, this refers to the object that is currently “calling” the function. this in JavaScript refers to the object that is currently calli4h ago·7 min read
RVRahul Vermainjsvariable.hashnode.devJavaScript Operators ExplainedWhen you start learning JavaScript, one of the most important concepts is operators.Operators help us perform operations on values and variables. Think of operators like symbols that tell JavaScript w15m ago·4 min read
DSDivakar Singh Purvainoops-in-javascript.hashnode.devObject Oriented Programming In JavaScriptObject Oriented Programming, this line itself explains what is this, it's a style of programming which is object oriented. We have multiple of styles of programming like Procedural programming, Functi6h ago·7 min read
SGSuman Ghoshinjs-foundational.hashnode.devUnderstanding Object-Oriented Programming in JavaScriptWhen programs grow bigger, managing code becomes harder. You start dealing with many related pieces of data and behavior. Object-Oriented Programming (OOP) helps organize that complexity. Instead of t37m ago·5 min read
SGSuman Ghoshinjs-foundational.hashnode.devThe Magic of this, call(), apply(), and bind() in JavaScriptSometimes a JavaScript function behaves differently depending on who calls it. That’s where the keyword this comes in. It helps a function know which object it belongs to at the moment it runs. Along 47m ago·5 min read
SGSuman Ghoshinjs-foundational.hashnode.devFunction Declaration vs Function Expression: What’s the Difference?Functions are one of the most important tools in JavaScript. They help you organize logic, reuse code, and keep programs readable. But JavaScript gives you more than one way to create them. Two common52m ago·5 min read