function getAge(...args) { console.log(typeof args);}...
console.log(typeof typeof 1);
(() => { let x = (y = 10);})();...