Operator
An operator is a symbol or keyword in source code that represents a built-in function.
Related concepts: Function
Closest Wikipedia entry: Operator (computer programming)
Misconceptions about Operator28 documented Misconceptions
Check YourselfConditionalOperatorNotExpression
The conditional operator is not an expressionEqualityOperatorComparesObjectsValues
The equality operator compares two objects' valuesEqualityOperatorComparesOnlyTypes
The equality operator '==' compares only the types of the operandsNoAtomicExpression
Expressions must consist of more than one piece