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