Skip to content

Instantly share code, notes, and snippets.

@deepal
Created November 12, 2015 03:38
Show Gist options
  • Save deepal/c4b2ff09a6ba95d0cbca to your computer and use it in GitHub Desktop.
Save deepal/c4b2ff09a6ba95d0cbca to your computer and use it in GitHub Desktop.
eval("var number1 = 100");
var number2 = 200;
var number3 = number1 + number2;
console.log(number3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment