Skip to content
Snippets Groups Projects
Commit 25718b4a authored by Sara Hjelle's avatar Sara Hjelle
Browse files

Update sum.js

parent 43a4d215
Branches
No related tags found
No related merge requests found
Pipeline #22554 failed
function sum(a, b) { function sum(a, b) {
return a + b+1; return a + b;
} }
module.exports = sum; module.exports = sum;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment