function getAge(...args) { console.log(typeof args);}...
+true;!'Lydia';
function sum(a, b) { return a + b;}...