1. 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
2. The "function" and " var" are known as?
A. Keywords
B. Data types
C. Declaration statements
D. Prototypes
3. Which one of the following is known as the Equality operator, which is used to check whether the two values are equal or not?
A. =
B. ===
C. ==
D. &&
4. Which one of the following operator returns false if both values are equal?
A. !
B. !==
C. !=
D. All of the above
5. A set of unordered properties that, has a name and value is called?
A. String
B. Array
C. Serialized Object
D. Object