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

4 lines
68 B
JavaScript
Raw Permalink Normal View History

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