Last active
May 15, 2024 08:56
-
-
Save EmrysMyrddin/ae20587227a707eeef920b6ce5b1910d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
function coucou() { | |
console.log(t) | |
var t = 'a' | |
} | |
console.log(x) | |
if (coucou()) { | |
var x = 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment