Javascript object and It's method
Everything in javascript is an object.
What is an Object?
Object in simple words is an entity with properties and type.
It contains key-value pair. These key-value pairs are called properties.
Accessing properties
Using Dot [.] operator
To access ...
shwetankblogs.hashnode.dev2 min read