| значение | typeof |
|---|---|
undefined |
"undefined" |
null |
"object" |
true or false |
"boolean" |
all numbers or NaN |
"number" |
| all strings | "string" |
| all symbols | "symbol" |
| all functions | "function" |
| all arrays | "object" |
| native objects | "object" |
| host objects | зависит от реализации |
| other objects | "object" |
Last active
October 21, 2018 11:51
-
-
Save ufocoder/05b1692e336542e5d8a8db7eadf34ff5 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment