Type
A type is a set of values supporting a certain set of operations.
Closest Wikipedia entry: Type system
Misconceptions about Type38 documented Misconceptions
Check YourselfCharType
A single character is of type charClassDefinesType
The type of an object is equivalent to the type defined by its class definitionEqualityOperatorComparesOnlyTypes
The equality operator '==' compares only the types of the operandsNullAndUndefinedAreTheSame
The values null and undefined are the sameTypeofArrayIsArray
The typeof operator applied on an array returns 'array'TypeofNullIsNull
The value null is of type 'null'