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

4 lines
40 B
JavaScript

export function maxValue(values) {
}