function getAge(...args) { console.log(typeof args);}...
(() => { let x = (y = 10);})();...
const person = { name: 'Lydia', age: 21,...