Question 4
this.items.push(4)
this.items[0] = 10
this.items = [10, 2, 3]
this.obj.a = 2
this.items.push(4)
this.items[0] = 10
this.items = [10, 2, 3]
this.obj.a = 2
Correct answer
this.items[0] = 10
Question 4 of 16 in the IIT Madras BS Modern Application Development II (MAD 2) Quiz 1 paper sat on 13 Jul 2025, in the May 2025 term (IIT M DIPLOMA AN EXAM QDD2 13 July 2025). It carries 2 marks.