function getAge(...args) { console.log(typeof args);}...
function sum(a, b) { return a + b;}...
function sayHi() { return (() => 0)();}...