Prototype — The Backbone of JavaScript Objects
Objects
Objects is a data structure
It is a way to store data in memory in Key Value Pair form
Objects → Properties, Methods[Functionalities]
Properties → Attribute: Color, weight etc.
- Method → Actions, functions
Creation
Using Object Literals
...
sandeepatel.hashnode.dev8 min read