class Person { constructor(name) { this.name = name;...
function getAge(...args) { console.log(typeof args);}...
console.log(typeof typeof 1);