Skip to content

Commit f922a68

Browse files
committed
Fixed add example
The add example in the math folder was blank, so I updated it.
1 parent 1c841a9 commit f922a68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Maths/add

Lines changed: 0 additions & 1 deletion
This file was deleted.

Maths/add.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function add(x, y) {
2+
3+
sum = x + y;
4+
return sum;
5+
}

0 commit comments

Comments
 (0)