See that? We've just added a so-called key-value pair to hash and asked Ruby to display the value that belongs to its key, "name".
hash
"name"
Psst: while we can use =>, which to assign a value to a key, that's not the only way to get there.
=>