Get Hash value by index
myHash = { 1 => "One", 2 => "Two", 3 => "Three", 4 => "Four", 5 => "Five" } myHash[6]= "Six" myHash[2]= "Bent"