-3
Hello, I have this question to solve, I make the formula to find the highest value of the two numbers, but I’m having difficulty validating the results in each question. I took a print to show. The values are presented all together and not separately so that each question validates them. Can help me?
function eMaior (numeros){
return Math.max (10,9)+ ", " +(5,11)+ ", " +(4,4)+ ", " +(2,120);
}
Could you put the code in the question? -1
– Maury Developer
code placed!!
– Alline Oliveira