Pranit Rathodpranitrathod.hashnode.dev·Oct 19, 2023How NEW Keyword works in Constructor function - JAVASCRIPT!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...Discuss·10 likeslearningJavaScript
Mihir Bagchiblogs.mihirbagchi.com·Sep 5, 2022Constructor Functions and the new KeywordHi 👋 , 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...Discuss·85 readsJavaScript
Raunak Thakkarrauniee.hashnode.dev·Jun 30, 2022New things about new operator in JavaScript.Hello Devs, hope you all are doing great, now as i have got your attention, not taking much of your time, lets jump on today's topic, its the operator NEW, we all know what is does with classes, and constructor functions, it basically returns an inst...Discuss·1 like·106 readsJavaScript