Skip to content

Instantly share code, notes, and snippets.

@YassineBajdou
Created September 14, 2018 09:48
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 YassineBajdou/4bb435cb26236b9ff5f53501a76d49af to your computer and use it in GitHub Desktop.
Save YassineBajdou/4bb435cb26236b9ff5f53501a76d49af to your computer and use it in GitHub Desktop.
function foo(i) {
var a = 'hello';
var b = function privateB() {
};
function c() {
}
}
foo(22);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment