Question 13
Consider the following JavaScript code:
What is the order of console output?
1, 4, 3, 5, 2, 6
1, 4, 3, 5, 6, 2
1, 3, 4, 5, 2, 6
1, 4, 2, 3, 5, 6
Consider the following JavaScript code:
What is the order of console output?
1, 4, 3, 5, 2, 6
1, 4, 3, 5, 6, 2
1, 3, 4, 5, 2, 6
1, 4, 2, 3, 5, 6
Correct answer
1, 4, 3, 5, 2, 6
Question 13 of 31 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 13 Sept 2026, in the May 2026 term (Modern Application Development Ii 13 Sep 26 (Session 2)). It carries 3 marks.