Question one:
What is the correct way to start a function called MyFunction in JavaScript?
A. func MyFunction()
B. Private sub MyFunction()
C. function MyFunction()
D. Function MyFunction
Enter the letter of your choice here: