Skip to content

Instantly share code, notes, and snippets.

@dannycroft
Created December 4, 2011 20:14
Show Gist options
  • Save dannycroft/1431155 to your computer and use it in GitHub Desktop.
Save dannycroft/1431155 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var foo = 10;
var bar = 16;
var total = foo + bar;
console.log(total);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment