Browsing Tag
oop
14 posts
cloneElement in React? important for interview
Certainly! React.cloneElement is a somewhat nuanced utility in React, so let’s delve deeper into its intricacies and use…
What is the `new` keyword in JavaScript?
The new keyword in JavaScript is used to create new object instances from either: A constructor function: A…
9-JS OOP: Getters And Setters In Javascript Classes
What are Getters and Setters? Getters and setters are methods that are used to get and set the…
Simplified O.O.P : Abstraction in Python
Introduction In previous post , Simplified: Object-oriented Programming Python, I promised to get into details on abstraction. The…