Which of the following shows the correct way to write the first line of a JavaScript function called sayHello()?
(1 point)
def sayHello() {
function sayHello() {
define sayHello():
function sayHello():
1 answer
function sayHello() {