Feature #1
@ -1,4 +1,4 @@
|
||||
export function sum(values) {
|
||||
// implementar logica aqui
|
||||
|
||||
return values.reduce((firstValue, secondValue) => firstValue + secondValue, 0)
|
||||
}
|
Loading…
Reference in New Issue
Block a user