You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to retrieve the third array element with items.[2], but it seems not possible to do the same thing with a dynamic value, for instance items.[@index].
It could be interesting to loop over several arrays at the same time, such as:
It is possible to retrieve the third array element with
items.[2]
, but it seems not possible to do the same thing with a dynamic value, for instanceitems.[@index]
.It could be interesting to loop over several arrays at the same time, such as:
Test code: https://jsfiddle.net/t9njfw5v/1/
It can be achieved with this helper:
but it's less practical.
The text was updated successfully, but these errors were encountered: