typeOf
typeOf(x)
Get the type of a variable.
Try it yourself:
$1 | typeOf(3.5)
| |
$2 | typeOf(2 - 4i)
| |
$3 | typeOf(45 deg)
| |
$4 | typeOf("hello world")
|
Get the type of a variable.
Try it yourself:
$1 | typeOf(3.5)
| |
$2 | typeOf(2 - 4i)
| |
$3 | typeOf(45 deg)
| |
$4 | typeOf("hello world")
|