Yes! The makeCool() function now adds " is cool!" to an argument before printing it.
makeCool()
" is cool!"
Close! We'll need to declare the text parameter as a String first before using it inside the function.
text
String