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

4 lines
68 B
JavaScript
Raw Normal View History

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