Skip to content

Instantly share code, notes, and snippets.

@ACbosong

ACbosong/.js Secret

Created August 10, 2021 10:24
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 ACbosong/4d746be44ae4b2cb27178890d286f3d2 to your computer and use it in GitHub Desktop.
Save ACbosong/4d746be44ae4b2cb27178890d286f3d2 to your computer and use it in GitHub Desktop.
function printV2(){
console.log(`printV2:`, v)
var v = 2
var v = 3
var v = 4
}
printV2() // => undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment