function getAge(...args) { console.log(typeof args);}...
const person = { name: "Lydia", age: 21...
const one = (false || {} || null)const two = (null || false || "")const three = ([] || 0 || true)...