In this challenge, create a hash using the details given below, and use the newer syntax unless specifically instructed to use the hash-rocket syntax.
Key | Value |
---|
first_name | John |
last_name | Smith |
age | 25 |
The keys of the hash
should be first_name,
last_name and age.