[add] code

This commit is contained in:
2025-07-21 17:01:43 +01:00
parent d564cf2cd1
commit 5b584a90a5
10 changed files with 215 additions and 698 deletions

View File

@@ -1,4 +1,10 @@
module.exports.sum = function sum(a, b) {
let x = 0;
for(var c in [1,2,3,4]){
x+=c;
}
return a + b;
}
module.exports.div = function div(a, b) {