Skip to content

Instantly share code, notes, and snippets.

@nikitos-one
Created April 23, 2020 12:30
Show Gist options
  • Save nikitos-one/42949dea1a0eb8c34162a6e61863f0fa to your computer and use it in GitHub Desktop.
Save nikitos-one/42949dea1a0eb8c34162a6e61863f0fa to your computer and use it in GitHub Desktop.
Switching values true / false (Переключение значений true / false)
value = value ? false : true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment