F
F
Friend2016-12-05 12:10:51
Django
Friend, 2016-12-05 12:10:51

How can the for loop be interrupted on the html side?

There is an array of 40 elements and you need to break it at 5(1, 2, 3, 4, 5), how can you make it go to the end? (if i < 5 is not an option since it will go to the end) .
Is it possible to immediately start the loop from the 5th element of the array (also without if) ?
Thanks in advance

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question