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