Swift Vocabulary

Side Effect Something a function does to change the program state in addition to its return value. For example, the print() function prints a message to the console. We usually try to minimize the side effects produced by functions. Intro Lesson 10

Back First Random Next