From my basic understanding of Object Oriented Programming, a Class is a blueprint of an Object. For example, one might say apple, oranges etc is Object of Class Fruit.
I'm not understanding the structure , please forgive the basic-ness of this question.
When I look at the JavaScript Objects, for example a Date Object, or a Time Object..
What class for example does the Date Object belong to?