Skip to content

Instantly share code, notes, and snippets.

@3100
Created July 2, 2015 02:15
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 3100/f5aa6bbd879f65185627 to your computer and use it in GitHub Desktop.
Save 3100/f5aa6bbd879f65185627 to your computer and use it in GitHub Desktop.
hoge.js
function hoge() {
var a;
return "hello";
}
@3100
Copy link
Author

3100 commented Jul 2, 2015

function huga() {
  var a;
  a = 1;
  return a;  
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment