function getAge(...args) { console.log(typeof args);}...
function sayHi() { return (() => 0)();}...
console.log(typeof typeof 1);