Skip to content

Instantly share code, notes, and snippets.

@corocoto
Last active January 11, 2020 11:46
Show Gist options
  • Save corocoto/bdaec29896accd6fba1118c4e026325f to your computer and use it in GitHub Desktop.
Save corocoto/bdaec29896accd6fba1118c4e026325f to your computer and use it in GitHub Desktop.
Псевдоистина и псевдоложь в js

Псевдоложные значения:

  1. undefined;
  2. null;
  3. 0;
  4. пустая строка;
  5. NaN.

Все остальное JavaScript рассматривает как псевдоистину.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment