JavaScript Typeof Operator Renvoie la fonction

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