svlete each index

Solutions on MaxInterview for svlete each index by the best coders in the world

showing results for - "svlete each index"
Eoghan
23 Oct 2017
1{#each cats as { id, name }, i}
2    <li>
3      <a target="_blank" href="https://www.youtube.com/watch?v={id}">
4          {i + 1}: {name}
5      </a>
6   </li>
7{/each}
queries leading to this page
svlete each indexsvlete each index