Skip to content

Instantly share code, notes, and snippets.

@jasminegmp
Last active February 21, 2020 23:06
Show Gist options
  • Save jasminegmp/c848d494cb5806b19786c978bbb3623b to your computer and use it in GitHub Desktop.
Save jasminegmp/c848d494cb5806b19786c978bbb3623b to your computer and use it in GitHub Desktop.
function myFunction(){
a;
console.log(a);
let a = 'hello';
}
myFunction();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment