If you have been writing JavaScript for a while, you have probably written something like this: const user = { name: "Ali", age: 20, city: "Karachi" }; const name = user.name; const age = user.age; co
abdulsamad30.hashnode.dev4 min read
No responses yet.