Everything You Need to Know About JavaScript Objects
You've probably written a hundred objects in JavaScript without thinking twice about them. { name: "Alice", age: 30 } — easy, right? You type it, you read .name off it, you move on.
Then one day you c
tech-souvik.hashnode.dev16 min read