Open MicFin opened 7 years ago
The function called add() is incorrectly subtracting https://github.com/ga-wdi-boston/js-functions-ins-and-outs#functions-with-1-or-more-arguments
add()
const add = function(num1, num2){ - return num1 - num2 + return num1 + num2 }
The function called
add()
is incorrectly subtracting https://github.com/ga-wdi-boston/js-functions-ins-and-outs#functions-with-1-or-more-arguments