function getAge(...args) { console.log(typeof args);}...
function sayHi() { return (() => 0)();}...
[1, 2, 3].map(num => { if (typeof num === "number") return; return num * 2;...