diff --git a/dist/myAverage.js b/dist/myAverage.js new file mode 100644 index 0000000..b756c45 --- /dev/null +++ b/dist/myAverage.js @@ -0,0 +1,5 @@ + +function average(num1, num2) { + return (num1 + num2) / 2; +} +