Skip to content

Instantly share code, notes, and snippets.

@DanielVeza
Created June 21, 2021 23:45
Show Gist options
  • Save DanielVeza/bafd7eec2461a3d8854ad49695a63331 to your computer and use it in GitHub Desktop.
Save DanielVeza/bafd7eec2461a3d8854ad49695a63331 to your computer and use it in GitHub Desktop.
Dump js for testing external
var condition = FALSE;
if (!condition) {
var name = "test"
}
console.log(name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment