Functions | Procedure vs. Function vs. Method vs. ?
Let's start with functions, because that will flow better with the previous examples. When we wrote our triangleArea function, that really was a function . Functions return a value to whatever code that called it. In our above example, some code...