function getAge(...args) { console.log(typeof args);}...
const settings = { username: 'lydiahallie', level: 19,...
const list = [1 + 2, 1 * 2, 1 / 2];console.log(list);