forked from M3-Academy/challenge-algorithms-v2.0
Merge branch 'feature/03-maxValue' into development
This commit is contained in:
commit
adfcec5277
@ -1,4 +1,4 @@
|
|||||||
export function maxValue(values) {
|
export function maxValue(values) {
|
||||||
// implementar logica aqui
|
if(values.length < 1) return 0;
|
||||||
|
return Math.max(...values);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user