Question from the Javascript test

What will be shown?

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 15 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!