Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@A2H111
Created August 23, 2017 23:09
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 A2H111/5f1b13aa2777f70a4027f52436149235 to your computer and use it in GitHub Desktop.
Save A2H111/5f1b13aa2777f70a4027f52436149235 to your computer and use it in GitHub Desktop.
function SampleCode()
{
var i = 1;
var j = 2;
alert(i + j);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment