MCQOPTIONS
Saved Bookmarks
| 1. |
What is block statement in JavaScript? |
| A. | conditional block |
| B. | block that contains a single statement |
| C. | both conditional block and single statement |
| D. | block that combines multiple statements into a single compound statement |
| Answer» E. | |