Kizspy | Question: 27
(Choose 1 answer)
Consider two statements:
1.
2
The code inside the function will execute when "something" invokes (calls) the function
If the function was invoked from a statement, JavaScript will "return" to execute the code after the
invoking statement.
Choose the right option.
A. Statement 1 is true, statement 2 is true
B. Statement 1 is false, statement 2 is false
C. Statement 1 is true, statement 2 is false
D. Statement 1 is false, statement 2 is true