Skip to content

Instantly share code, notes, and snippets.

@TylerPachal
Last active September 4, 2020 16:07
Show Gist options
  • Save TylerPachal/d6711787293c1907ff1d20290f86b81d to your computer and use it in GitHub Desktop.
Save TylerPachal/d6711787293c1907ff1d20290f86b81d to your computer and use it in GitHub Desktop.
let flag = true;
if (foo === bar) {
flag = false;
console.log(flag); // false
}
console.log(flag); // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment