Skip to content

Instantly share code, notes, and snippets.

@EmrysMyrddin
Last active May 15, 2024 08:56
Show Gist options
  • Save EmrysMyrddin/ae20587227a707eeef920b6ce5b1910d to your computer and use it in GitHub Desktop.
Save EmrysMyrddin/ae20587227a707eeef920b6ce5b1910d to your computer and use it in GitHub Desktop.
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