Created
June 21, 2021 23:45
-
-
Save DanielVeza/bafd7eec2461a3d8854ad49695a63331 to your computer and use it in GitHub Desktop.
Dump js for testing external
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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