0
I don't get it
Complete to repeat the <span> element for all items in the menu array (item menu; $index) { <span> {{item}} </span> }
1 Antwort
+ 2
You would need to check how many items are in the menu array. How do you do that? Is there a hasNext or some kind of length method to check? Might be worth looking into...