The typeof Operator
Learn about the usage of typeof operator to get the type of a value.
We'll cover the following...
We'll cover the following...
The typeof operator accepts one operand and returns a string. This string describes the type of object.
...