Merge branch 'nem_branch_3'
This commit is contained in:
commit
f9b42d955d
@ -1,4 +1,7 @@
|
||||
export function maxValue(values) {
|
||||
// implementar logica aqui
|
||||
|
||||
}
|
||||
if (values == '') return 0;
|
||||
else {
|
||||
return Math.max.apply(Math, values);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user