So I am learning JavaScript. And in this training the are teaching about Object Class. And at a certain point, they show that in the browser console, the object class name is shown when console.log.
But, when I am doing it, it does not happen. It only shows that it is an Object, but it does not show the class name. Any idea what is wrong?
p.s. I am using the Mozilla browser.
[
