{#each array as { 0: first, '2': third, "length": length }}
First: {first}, Third: {third}, Length: {length}