DEV Community

Luke O'Connell
Luke O'Connell

Posted on

Today I learned - The Hash Class

Today I learned about hashes and symbols. Symbols follow the same rules as variable names and are often used in hashes. We can use the fetch method to retrieve data from a hash. There are also shorthand methods for retrieving and storing data from a hash. I found the exercises in this lesson challenging but I was able to complete them.

Top comments (0)