Multiple choice How do you call a function named "myFunction"? call function myFunction() myFunction() call myFunction() Reveal answer Fill a bubble to check yourself B Correct answer Explanation To call a function in JavaScript, you use its name followed by parentheses, which may contain arguments.