This is my hash :
h_letters = {
first: {
value: 2,
text: "H"
},
second: {
value: 2,
text: "HH"
},
third: {
value: 4,
text: "HHH"
}
}
And I want to get the text of the biggest value of my entire hash.
Thanks for your help
1 Answer