YoVDO

Learn Swift: Functions

Offered By: Codecademy

Tags

Swift Courses Code Reusability Courses

Course Description

Overview

Continue your Swift journey by learning functions — reusable and callable code blocks!
Continue your Swift learning journey! Learn how to create reusable blocks of code using functions. These functions will allow your programs to become more flexible with the use of parameters and arguments. You'll also make use of functions' return values for storage or manipulation.



### Take-Away Skills
By the end of this course, you will be able to:
* Reuse blocks of code by defining and using functions.
* Incorporate parameters and arguments into your functions.
* Return values from a function and store them for later use.

We recommend that you complete [Learn Swift: Arrays, Sets, and Dictionaries](https://www.codecademy.com/learn/learn-swift-arrays-sets-and-dictionaries) before completing this course.

Syllabus

  • Functions: In this module, you will learn how to write and interact with functions in Swift.
    • Lesson: Functions
    • Quiz: Functions
    • Project: Rock, Paper, Scissors
    • Informational: Next Steps

Taught by

Kenny Lin

Related Courses

Building User Interfaces Using Functional React Components
NIIT StackRoute via Coursera
Learn C++: Functions
Codecademy
Learn Go: Functions
Codecademy
Learn JavaScript: Classes and Modules
Codecademy
Learn PHP: Functions
Codecademy