const { firstName: myName } = { firstName: 'Lydia' }; console.log(firstName);
const person = { name: 'Lydia', age: 21,...
JSON.parse();