How do you call a function named "myFunction" in JavaScript?
execute myFunction()
call myFunction()
myFunction()
function myFunction()