Exploring Golang's Range Keyword

# Introduction The `range` keyword is used to iterate over elements in a variety of data structures in Golang. In this challenge, we will explore how to use `range` with different data structures.

|60 : 00

Click the virtual machine below to start practicing