Skip to content

Instantly share code, notes, and snippets.

@crsland
Created April 1, 2019 05:03
Show Gist options
  • Save crsland/c209773bc2b5e4637c1eb745ae0bb4ac to your computer and use it in GitHub Desktop.
Save crsland/c209773bc2b5e4637c1eb745ae0bb4ac to your computer and use it in GitHub Desktop.
var a = 1;
var c = {};
function testA()
{
var e = 10;
var b = 1;
return b + e;
}
testA();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment