this is going to be done later
This commit is contained in:
parent
157972d135
commit
f2e814fa34
|
@ -2,8 +2,8 @@ const add = function() {
|
|||
|
||||
};
|
||||
|
||||
const subtract = function() {
|
||||
|
||||
const subtract = function(a,b) {
|
||||
return a+b
|
||||
};
|
||||
|
||||
const sum = function() {
|
||||
|
|
Loading…
Reference in New Issue