{#each items as item, j}
{item}
{/each} {#each Object.entries(items) as [ key, val ] }
{val}
{/each}
{#each items as thing, j (thing)}
{thing}
{/each}
{#each items as sure, j (sure)}
{/each}