Q. In JavaScript, what is a block of statement?
β
Correct Answer: (B)
block that combines a number of statements into a single compound statement
Explanation: A block of statement can be understand as the set of the zero or more statements. In general, a block of statement has common definition "which combines one or a number of statements into a single statement for ease.