challenge-algorithms-v2.0/03-maxValue/index.js

4 lines
77 B
JavaScript

export function maxValue(values) {
// implementar logica aqui
return
}