See that? We used printAge() as normal but passed it some values we created.
printAge()
To call a function with its parameters, we need the parameter name, a colon, and finally the actual value.