Posts by user157037 • 11 points
1 post
-
1
votes2
answers93
viewsA: Help validate results separately Javascript
An even more direct approach to this problem would be to create a reference to the method Math.max, since the function eMaior will return the same result. var eMaior = Math.max Working: var eMaior =…