docs: where the hell did this come from? (#14613)

pull/14626/head
Rich Harris 3 weeks ago committed by GitHub
parent 301744f1f7
commit c1c59e77a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,8 +23,6 @@ Iterating over values can be done with an each block. The values in question can
</ul> </ul>
``` ```
You can use each blocks to iterate over any array or array-like value — that is, any object with a `length` property.
An each block can also specify an _index_, equivalent to the second argument in an `array.map(...)` callback: An each block can also specify an _index_, equivalent to the second argument in an `array.map(...)` callback:
```svelte ```svelte

Loading…
Cancel
Save