Functions

Overview

What does this section cover?

This section takes on the topic of functions. Functions are widely known in various programming languages and Swift is no exception.

That said, as presumed, function logic differs for each programming language and our focus today is on Swift.

We'll be introducing the basics of Swift functions, the logic they support, and how they act in code. Thus, we'll be moving forward with function arguments and closures.