Examveda
Examveda

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: Option D


This Question Belongs to Javascript >> Array And Function

Join The Discussion

Related Questions on Array and Function