function sayHi() { console.log(name); console.log(age);...
function getAge(...args) { console.log(typeof args);}...
const value = { number: 10 }; const multiply = (x = { ...value }) => {...