function sayHi() { console.log(name); console.log(age);...
function getAge(...args) { console.log(typeof args);}...
const a = {};const b = { key: "b" };const c = { key: "c" };...