Exploring Go's Range Keyword

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

|60 : 00

Click the virtual machine below to start practicing