Objects are not instances

It is important to distinguish an object and instance.

There are some notable similarities between someObject and someInstance:

  • The value of someObject.some and someInstance.some is the same.

Was this page helpful?