Skip to content

Instantly share code, notes, and snippets.

@ufocoder
Last active October 21, 2018 11:51
Show Gist options
  • Select an option

  • Save ufocoder/05b1692e336542e5d8a8db7eadf34ff5 to your computer and use it in GitHub Desktop.

Select an option

Save ufocoder/05b1692e336542e5d8a8db7eadf34ff5 to your computer and use it in GitHub Desktop.
значение 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment