Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created April 14, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-gorbikov/3d2272918560cf831019108b339036ee to your computer and use it in GitHub Desktop.
Save anton-gorbikov/3d2272918560cf831019108b339036ee to your computer and use it in GitHub Desktop.
Some words about == and ===
if (myValue !== undefined && myValue !== null) {
//some code, that working with "myValue "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment