add sum function #2
5
functions.js
Normal file
5
functions.js
Normal file
@ -0,0 +1,5 @@
|
||||
function sum(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
module.exports = { sum };
|
||||
Loading…
x
Reference in New Issue
Block a user