mymodule.js 70 Bytes Raw Blame History Permalink 1 2 3 4 5 6 function add(a,b) { return a+b; } function sub(a,b) { return a-b; }