Imagine you have an empty JavaScript array (list=[ ]), If you insert 3 in position 0, 9 in position 1, and then 6 in position 0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Imagine you have an empty JavaScript array (list=[ ]), If you insert 3 in position 0, 9 in position 1, and then 6 in position 0

console

20th Feb 2018, 3:34 PM
Austin DeGreat
Austin DeGreat - avatar
2 Answers
0
list[0] = 3
13th Mar 2018, 6:33 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
0
Imagine you have an empty list (list=[]). If you insert 6 in position 0, 3 in position 1, and then 9 in position 0 again, what do you get when you print the list? *
10th Dec 2018, 5:49 AM
Alfred Don
Alfred Don - avatar