Created
April 2, 2014 03:23
-
-
Save marcoscastro/9927447 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
// www.geeksbr.com | |
var valor1 = 3 + "4"; | |
var valor2 = "4" * 2; | |
var valor3 = 3 + "4" - 2; | |
var valor4 = ("4" + "0") / 2 + "10" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment