JavaScript tipe operator mengembalikan fungsi

class Person {}
console.log(typeof Person); // function
SAMER SAEID