Ans: Print third array element document.write(names[2]); Note:- Array index starts with 0.
document.write(names[2]);
0