Q. In JavaScript, what is a block of statement?

  • (A) Conditional block
  • (B) block that combines a number of statements into a single compound statement
  • (C) both conditional block and a single statement
  • (D) block that contains a single statement
πŸ’¬ Discuss
βœ… 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.
Explanation by: Lalit Singh
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
190
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Durgesh
Publisher
πŸ“ˆ
96%
Success Rate