Created
November 12, 2015 03:38
-
-
Save deepal/c4b2ff09a6ba95d0cbca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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