Values, Types, and Operators :: Eloquent JavaScript - 0 views
-
Not all operators are symbols. Some are written as words. One example is the typeof operator, which produces a string value naming the type of the value you give it.
-
Having such numbers is useful for storing strings inside a computer because it makes it possible to represent them as a sequence of numbers. When comparing strings, JavaScript goes over them from left to right, comparing the numeric codes of the characters one by one.
-
There is only one value in JavaScript that is not equal to itself, and that is NaN, which stands for “not a number”.
- ...16 more annotations...