0 votes
in JavaScript by
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

1 Answer

0 votes
by

Answer: B

Reason: 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.

Related questions

0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
0 votes
asked Mar 20, 2021 in JavaScript by sharadyadav1986
...