Vidyalelo
JavaScript · Q4

Array And Function

Programming · JavaScript · question 4

Q4

Consider the following code snippet : if (!a[i]) continue ; What is the observation made ?

A.
Skips the undefined elements
B.
Skips the non existent elements
C.
Skips the null elements
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board