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 Object35 documented Misconceptions
Check YourselfAccessingInexistentPropertyError
Accessing a non existent property on an object produces an errorAssignmentCopiesObject
Assignment copies the objectEqualityOperatorComparesObjectsValues
The equality operator compares two objects' valuesIdentifierAsStringInBracketNotation
An identifier used to access a property with the bracket notation is treated as a stringNoBracketNotationForObjects
Square brackets cannot be used to access properties of an objectNoGlobalObject
There isn't a global objectNullIsObject
null is an objectObjectAsParameterIsCopied
Objects are passed by valueThisAssignable
One can assign to this