Which of these statements pass a value to the function?
displayTime("3 o'clock");
displayTime();
We'll need to use a function call that has the value in between parentheses, like displayTime("3 o'clock");.