forked from M3-Academy/challenge-algorithms-v2.0
feature/algoritimos #1
@ -1,4 +1,8 @@
|
||||
export function sum(values) {
|
||||
// implementar logica aqui
|
||||
|
||||
let soma = 0
|
||||
for(let i in values) {
|
||||
soma += values[i]
|
||||
}
|
||||
return soma
|
||||
}
|
Loading…
Reference in New Issue
Block a user