┌──────────────┐ │Instance myCar│ ├──────────────┤ │color is red │ └──────────────┘ | | ┌─────────────┐ │Prototype Car│ ├─────────────┤ │wheels is 4 │ │drive │ └─────────────┘ | ┌────────────────┐ │Prototype Object│ ├────────────────┤ │toString │ └────────────────┘