Q. What will be the output of following Javascript code:
Code:
if (!a[i]) continue ;
β
Correct Answer: (D)
All of the mentioned
if (!a[i]) continue ;
You must be Logged in to update hint/solution