let arr = ["apple", "mango", "potato", "banana"];
let ind = 0;
while(arr[ind]){
console.log(arr[ind]);
ind++;
}
For further actions, you may consider blocking this person and/or reporting abuse
let arr = ["apple", "mango", "potato", "banana"];
let ind = 0;
while(arr[ind]){
console.log(arr[ind]);
ind++;
}
For further actions, you may consider blocking this person and/or reporting abuse
JetThoughts Dev -
frag -
Coral Kashri -
Mohamed Hamdi -
Top comments (0)