this is going to be done later

This commit is contained in:
herculeskan 2023-11-10 09:53:17 -05:00
parent 157972d135
commit f2e814fa34
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ const add = function() {
};
const subtract = function() {
const subtract = function(a,b) {
return a+b
};
const sum = function() {