Apr 23 · 6 min read · You've used new before. But do you know what JavaScript is actually doing when you type it? Let's break it down — step by step, no fluff. Why Does new Even Exist? JavaScript is an object-based languag
Join discussion
Oct 19, 2023 · 3 min read · We know how NEW is important in OOP In Object Oriented Programming we use NEW to instantiate the object for a class, just to access the functions and its variable, well its only for the people who know such mechanisms, and have knowledge of OOP or co...
Join discussion
Sep 5, 2022 · 4 min read · Hi 👋 , I hope all of you are doing good, so Constructor Functions, basically those are just functions with some extra layers added to them which helps in Inheritance which in turn has a lot of benefits. Sounds intimidating? I will make it easy for y...
Join discussion