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

7 lines
71 B
JavaScript

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