We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f8ca6 commit b340081Copy full SHA for b340081
documentation/docs/03-template-syntax/03-each.md
@@ -23,8 +23,6 @@ Iterating over values can be done with an each block. The values in question can
23
</ul>
24
```
25
26
-You can use each blocks to iterate over any array or array-like value — that is, any object with a `length` property.
27
-
28
An each block can also specify an _index_, equivalent to the second argument in an `array.map(...)` callback:
29
30
```svelte
0 commit comments