const person = { name: "Lydia Hallie", age: 21...
function getAge(...args) { console.log(typeof args);}...
const numbers = [1, 2, 3, 4, 5];const [y] = numbers; ...