Courses
Personal Projects
Back to Class
View Recording
Functions
Functions let us group and name a series of operations
Functions take parameters and return a result
Functions can be called elsewhere in your code
You can call your function like myFunction(param1, param2)
11 / 24