Skip to content

Commit edd1836

Browse files
committed
update src/index.js
1 parent c69c0d8 commit edd1836

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ function add(a, b) {
88
return a + b;
99
}
1010

11-
function subtract(a, b) {
12-
return add(a, -b);
13-
}
11+
1412

1513
module.exports = add;

0 commit comments

Comments
 (0)