feature/algoritmos #1
@ -1,4 +1,6 @@
|
||||
export function maxValue(values) {
|
||||
// implementar logica aqui
|
||||
|
||||
if(values.length === 0){
|
||||
return 0;
|
||||
}
|
||||
return Math.max.apply(null, values);
|
||||
}
|
Loading…
Reference in New Issue
Block a user