+ 1
Pls is it correct
array
3 Answers
+ 3
yeah, its correct, but u can check it by yourself in the code playground, dont ask such questionsđ
+ 2
OK thanks
+ 1
friends= new Array();
friends[0] = "zainab";
friends[1] = "faiza";
friends[2] = "ibrahim";
friends[3] = "amina";
document.write(friends[2]);