(() => { let x = (y = 10);})();...
const { firstName: myName } = { firstName: 'Lydia' }; console.log(firstName);
const randomValue = 21; function getInfo() {...