Skip to content

Instantly share code, notes, and snippets.

@ACbosong

ACbosong/.js Secret

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