To pass parameters when calling a function, we add the parameter name, a colon (:), and finally the value.
Let's add the parameters for printAge here.
See that? We used printAge() as normal but passed it some values we created.
To call a function with its parameters, we need the parameter name, a colon, and finally the actual value.