SGShikhar Guptainthecleancommit.hashnode.dev00Understanding of Object-Oriented Programming in JavaScript Apr 22 · 4 min read · So far, you’ve learned how to work with objects and how this behaves inside them. You’ve also seen how functions can be reused and controlled. But there is still a problem. Imagine you need to create Join discussion
MMehtabinmehtabblogs.hashnode.dev00The new Keyword in JavaScriptApr 20 · 3 min read · Ever wondered what happens when you use new keyword. How does new keyword creates a new instance of the program . In this blog, we are going to see behind the scenes of new keyword. Let’s start New KeJoin discussion
JDJyoti Dwivediinjs-learn-fun.hashnode.dev00The new Keyword in JavaScriptApr 13 · 10 min read · The Cookie Cutter Moment 🍪 Last Diwali, my little cousin asked me to help make cookies. She handed me a star-shaped cookie cutter and said, "Make a hundred of these." I pressed the cutter into the doJoin discussion
VVVyshnavi Vinbridgethebyte.hashnode.dev00The Burger Joint That Couldn't Change Its FriesApr 1 · 6 min read · Raj loved burgers. Not just eating them — building the system around them. The ordering, the billing, the confirmation messages. Raj was a developer who also happened to run a burger joint, and he tooJoin discussion
RSRaj Singhinletsexploreoopsinjs.hashnode.dev00Object-Oriented Programming (OOP) in JavaScriptMar 29 · 3 min read · Object-Oriented Programming is a programming style where code is organized using objects and classes.In JavaScript, OOP helps developers build modular, reusable, and maintainable code. The four main pJoin discussion
HKHITESH KUMARinhiteshs-dev-blog.hashnode.dev00Understanding Object-Oriented Programming in JavaScript. Mar 21 · 4 min read · Object Oriented Programing is a programing style that we are represent real world model entity into code using classes and object. A classes is a blueprint that define property and methods an object cJoin discussion
NKNitesh Khatriinnitesh-talks-js.hashnode.dev00Understanding JavaScript's Prototype based model of OOPS, Prototypal Inheritance and Constructor function.Mar 18 · 14 min read · JavaScript introduced classes in 2015, which many developers believe to be just syntactic sugar over the prototype model of JavaScript (which is kinda true, but there are some differences, and it’s noJoin discussion
RRRavi Ranjan Sharmaincodebysnorlax.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 17 · 9 min read · 1. Introduction – Why Programmers Organize Code Imagine a large car manufacturing plant in India, perhaps one producing thousands of cars for the busy streets of Mumbai or Delhi. Before the factory woJoin discussion
SGShivam Goyalinblog.shivam-goyal.site00Understanding Object-Oriented Programming in JavaScriptMar 15 · 7 min read · Object-Oriented Programming (OOP) sounds scary at first, but the core ideas are actually very intuitive—especially if you think in terms of real-world things like cars, students, or users in an app. IJoin discussion
AKAshaaf Khaninashaaf.hashnode.dev00Understanding Object-Oriented Programming in JavaScriptMar 15 · 4 min read · In our journey through JavaScript, we've learned how to store data in variables and organize them into objects. But as your applications grow, you’ll find yourself needing a more powerful way to managJoin discussion