function getAge(...args) { console.log(typeof args);}...
const person = { name: 'Lydia', age: 21,...
const info = { [Symbol('a')]: 'b',};...