What sets the order that the keys go into a hashes example: Read from a HTML form:
name=”name”
name=”email”
name=”age”
name=”favorite_color”
then when I get them from a hashes they come out in this order:
email, name, age, favorite_color
WHY email first? Want the name first, the email etc.