A parameter represents an argument that gets passed to a function like a variable.

Try declaring text and using it in the function.

Yes! The makeCool() function now adds " is cool!" to an argument before printing it.

Close! We'll need to declare the text parameter as a String first before using it inside the function.