JS

Functions in JavaScript - invoke a function in Jav...

1.

Which of the following is the correct way to invoke a function in JavaScript?

execute myFunction();

call myFunction;

myFunction;

myFunction();

1 / 34

Next