We need parentheses (()) to declare and call functions.

Can you declare and call the helloWorld() function?

Nice! We've seen parentheses used to call functions before. For example, calling the println() function.

Whoops! Here's a hint: we'll need to put values in between the parentheses (()) later.