Skip to content

Instantly share code, notes, and snippets.

@biirus
Last active March 10, 2017 07:29
Show Gist options
  • Save biirus/142deca0ea58b14b43e798cf608042ed to your computer and use it in GitHub Desktop.
Save biirus/142deca0ea58b14b43e798cf608042ed to your computer and use it in GitHub Desktop.
Q4 #tags: interview
function a () {
var x = 1;
function x () {
return 2;
}
return x;
}
console.log(a());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment