πŸ“Š JavaScript
Q. What will be the output of following Javascript code:
Code:
if (!a[i]) continue ;
  • (A) Skips the undefined elements
  • (B) Skips the null elements
  • (C) Skips the non existent elements
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the mentioned

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
181
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Pradeep Sikarwar
Publisher
πŸ“ˆ
86%
Success Rate