2
(Choose 1 answer)
<script>
What is the correct JavaScript syntax to insert at the [MISSING CODE]?
/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 num 1.num2;
D. return num 1*num2;