Understanding Objects in JavaScript
What Are Objects in JavaScript and Why Do We Need Them?
When we first learn JavaScript, we usually store information using variables.
For example:
let name = "Yashika";
let age = 24;
let city = "Gwali
yashika29.hashnode.dev8 min read