Object-Oriented Programming In javascript
What is the Object?
In javascript Object is a data type that is used for storing a collection of data and methods. Like in the below example we are storing different data and methods related to the user collectively in the object.
const user = {
fi...
omkarkolate.hashnode.dev6 min read