Courage is like a muscle. We strengthen it by use. - Ruth Gordon Overview In this lesson, we'll create extensions on built-in Swift types and on our own custom types. Learning Objectives Describe how extensions add functionality to an existing class, structure, enumeration, or protocol Create and…