Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created July 24, 2012 17:09
Show Gist options
  • Save hhariri/3171240 to your computer and use it in GitHub Desktop.
Save hhariri/3171240 to your computer and use it in GitHub Desktop.
require(["mathFunctions"], function (math) {
console.log(math.add(5,3));
console.log(math.subtract(10, 3));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment