Hashes are collections of key-value pairs. They’re like dictionaries or maps in other languages.
hash.keys — returns array of keyshash.values — returns array of valueshash.each — iterates over each key-value pairsymbol keys too — e.g. {name: "Alex"}