feat(sum): Finaliza algoritmo
This commit is contained in:
parent
f748d31ad5
commit
e3124dd467
@ -1,4 +1,4 @@
|
||||
export function sum(values) {
|
||||
// implementar logica aqui
|
||||
|
||||
return values.reduce((firstValue, secondValue) => firstValue + secondValue, 0)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user