Sign up to request clarification or add additional context in comments.
Comments
1
The index in JavaScript always starts at 0 and this cannot be changed. The only way to remedy this is to write index + 1 when you output. This assumes you wish to loop through all items.
{index + 1}?