Created: 2023-02-08T18:36:46-06:00
This card pertains to a resource available on the internet.
Objects may point to another object as their "prototype."
If looking up a value in an object fails then the prototypes are followed to find an answer.
Values in an object "override" the value defined in the prototype above them.
Pretty standard Self/Io stuff.