Object
An object is an instance of a class stored in a set of memory locations.
Related concepts: ClassTypeValue
Closest Wikipedia entry: Object-oriented programming
Misconceptions about Object32 documented Misconceptions
Check YourselfAccessingInexistentPropertyError
Accessing a non existent property on an object produces an error
AssignmentCopiesObject
Assignment copies the object
EqualityOperatorComparesObjectsValues
The equality operator compares two objects' values
IdentifierAsStringInBracketNotation
An identifier used to access a property with the bracket notation is treated as a string
NoBracketNotationForObjects
Square brackets cannot be used to access properties of an object
NoGlobalObject
There isn't a global object
NullIsObject
null is an object
ObjectAsParameterIsCopied
Objects are passed by value
ThisAssignable
One can assign to this