diff --git a/math.js b/math.js index 984607f..26b04f7 100644 --- a/math.js +++ b/math.js @@ -1,3 +1,3 @@ function add(a,b) { - return a-b + return a+b }