Skip to content

Instantly share code, notes, and snippets.

@schickm
Created April 23, 2014 22:12
Show Gist options
  • Save schickm/11234265 to your computer and use it in GitHub Desktop.
Save schickm/11234265 to your computer and use it in GitHub Desktop.
Javascript: adding numbers
var total = 4 + 2;
alert(total); // shows "6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment