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

Update sum.js

parent 240b2a5f
No related branches found
No related tags found
No related merge requests found
Pipeline #22515 failed
function sum(a, b) {
return a + b;
return a + b+1;
}
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 register or to comment