πŸ“Š JavaScript
Q. Which looping statement allows XML tags to appear in JavaScript programs and adds API for operating on XML data?
  • (A) for loop
  • (B) while loop
  • (C) for/each loop
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) for/each loop

Explanation: The for/each loop is a new looping statement standardized by E4X. E4X (ECMAScript for XML) is a language extension that allows XML tags to appear literally in JavaScript programs and adds syntax and API for operating on XML data.

Explanation by: Mr. Dubey
The for/each loop is a new looping statement standardized by E4X. E4X (ECMAScript for XML) is a language extension that allows XML tags to appear literally in JavaScript programs and adds syntax and API for operating on XML data.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
126
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate