

MCQOPTIONS
Saved Bookmarks
1. |
What will happen if a return statement does not have an associated expression? |
A. | It returns the value 0 |
B. | It will throw an exception |
C. | It returns the <strong>undefined</strong> value |
D. | It will throw an error |
Answer» B. It will throw an exception | |