Skip to content

Instantly share code, notes, and snippets.

@arvindr21
Created February 10, 2014 19:18
Show Gist options
  • Save arvindr21/8922305 to your computer and use it in GitHub Desktop.
Save arvindr21/8922305 to your computer and use it in GitHub Desktop.
var Calculator = {};
Calculator.add= function(a,b)
{
return (a+b);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment