Skip to content

Instantly share code, notes, and snippets.

@nicobytes
Last active February 11, 2016 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicobytes/26e55ba314f0a361ec9d to your computer and use it in GitHub Desktop.
Save nicobytes/26e55ba314f0a361ec9d to your computer and use it in GitHub Desktop.
Run
var calculator = {
multiply: function( numberA, numberB ){
return numberA * numberB;
}
};
multipleTest1();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment