Featurs of Slices

Slices as Array References

Slice Literals

Slice Defaults

Slice Length and Capacity

Nil Slices

Creating Slices with Make

Slicing Slices

functions and methods of slices

When to use Slices and When to use Arrays

## Ranges over Slices

Ranges are For Loops

Using the _ keywork with Ranges

Varidic Functions