Skip to content

Commit 11c76c0

Browse files
Merge pull request akshitagit#109 from MAPReiff/master
Fixed add example
2 parents 0a98043 + f922a68 commit 11c76c0

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)