Challenge: Map the Days
Explore how to implement and manage maps in Go by linking integer keys to weekday names. Learn to write functions that retrieve values by keys, including handling invalid keys gracefully.
We'll cover the following...
We'll cover the following...
Problem statement
Make a map ...