feat: adicionando solução do 3° desafio
This commit is contained in:
parent
a618998bf4
commit
cb8412b69b
@ -14,7 +14,8 @@
|
||||
*/
|
||||
function maxValue(values) {
|
||||
// implementar logica aqui
|
||||
return 0;
|
||||
let higherNumber = Math.max(...values);
|
||||
return higherNumber;
|
||||
}
|
||||
|
||||
// Resultados esperados
|
||||
|
Loading…
Reference in New Issue
Block a user