Kizspy | Question: 16
(Choose 1 answer)
What is the correct JavaScript syntax to insert at the [MISSING CODE]?
<script>
//this method returns the product of two variables num1, num2
function myFunction (num1, num2){
//MISSING CODE
} </script>
A. myFunction=num1*num2;
B. myFunction=num1.num2;
C. return num1.num2;
D. return num 1*num2;
FUOVER