function* generatorOne() { yield ['a', 'b', 'c'];}...
const person = { name: "Lydia Hallie", age: 21...
function getAge(...args) { console.log(typeof args);}...