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
Hamza -
CodeWithVed -
Kiruthika S -
Chish -
Top comments (0)