objects is same as hashmap as in java, it s like a collection of key value pairs
let user ={ name: "Sahil" age: 19 } console.log(user.name) console.log(user["name"])
for having more than one objects we can have it in an array