InterviewSolution
Saved Bookmarks
| 1. |
What is a block statement in JavaScript?(a) conditional block(b) block that contains a single statement(c) both conditional block and a single statement(d) block that combines multiple statements into a single compound statementI got this question in quiz.I want to ask this question from Statements in section Lexical Structures of JavaScript |
|
Answer» Correct OPTION is (d) block that combines MULTIPLE statements into a single COMPOUND statement |
|