Creating and Manipulating Go Maps | Challenge

# Introduction In Go, maps are built-in associative data types that allow you to store key/value pairs. This challenge will test your ability to create, manipulate, and delete key/value pairs in a map.

|60 : 00

Click the virtual machine below to start practicing