A statement block is a
Home | Discussion ForumA statement block is a
conditional block
block that contains a single statement
Both conditional block and single statement
block that combines multiple statements into a single compound statement
Answer : D
View More Related Question
1) Consider the following statements
switch(expression)
{
statements
}
In the above switch syntax, the expression is compared with the case labels using which of the following operator(s) ?
2) When an empty statement is encountered, a JavaScript interpreter
Ignores the statement
Prompts to complete the statement
Throws an error
Throws an exception
View Answer
3) Spaces,Punctuation marks are called as __________ Symbols in JavaScript.
4) JavaScript is a _______________ language
5) The “var” and “function” are