Range in for loops

This lesson discusses range form of for loops and their use to iterate slices in Go

We'll cover the following...

Range

The range form of the for loop iterates over a slice or a map ...