Medium
What will be shown?
const items = [1,2,3]
for(let index = 0; index < items.length; items++) {
console.log(index + 1);
}
Author: AdeStatus: PublishedQuestion passed 32 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Javascript