const person = { firstName: 'Lydia', lastName: 'Hallie',...
const randomValue = 21; function getInfo() {...
function getAge(...args) { console.log(typeof args);}...