Skip to content

Instantly share code, notes, and snippets.

@Showrin
Created April 4, 2021 05:39
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 Showrin/4caae0d642a3178cbce7fa46447eef3d to your computer and use it in GitHub Desktop.
Save Showrin/4caae0d642a3178cbce7fa46447eef3d to your computer and use it in GitHub Desktop.
let printHello = true;
printHello && console.log("Hello");
printHello = false;
printHello && console.log("Hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment