Understanding Objects in JavaScript
In JavaScript, we often create things that have both data and actions.
For example, a student can have a name and age, and also perform an action like showing details. A car can have a brand and color
joydeepx.hashnode.dev5 min read