Posts by Jônatas Ximenez • 11 points
1 post
-
1
votes1
answer31
viewsQ: filter the name of an obj according to the highest number
I got the program to show the highest value within an obj. However, the exercise asks me to disclose the name of the highest value obj. let maior = 0; for (let item of obras){ if (maior <…