Skip to content

Commit 39bba10

Browse files
committed
update src/index.js
1 parent ed9ca65 commit 39bba10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
* @param {number} b The second number.
55
* @returns {number} The sum of the two numbers.
66
*/
7-
function add(a, b) {
8-
return a + b;
7+
function add(a, b) {
8+
9+
10+
return a + b;
911
}
1012

1113
module.exports = add;

0 commit comments

Comments
 (0)