Skip to content

Instantly share code, notes, and snippets.

@marcoscastro
Created April 2, 2014 03:23
Show Gist options
  • Save marcoscastro/9927447 to your computer and use it in GitHub Desktop.
Save marcoscastro/9927447 to your computer and use it in GitHub Desktop.
// 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