2023-04-21-Hashes and Symbols
- back to Le Wagon's Bootcamp log.
main topics
- Hashes
- dictionary-like collection of unique keys
- each key has a value associated
- Note: it's possible to set a default value for when trying to access a key that doesn't exist. (I used it in this challenge here)