Go Slice Data Type

# Introduction The Slices challenge is designed to test your knowledge of the slice data type in Go. Slices are a more powerful interface to sequences than arrays, and this challenge will help you understand how to use them.

|60 : 00

Click the virtual machine below to start practicing