let user = { name, age, }; console.log(user.name);
I learned that this is how you do property shorthand method in Javascript. so name, shoul