Posts by Matheus Maricondi • 1 point
1 post
-
0
votes1
answer29
viewsQ: How to iterate a url in Javascript
I have a tag img and I need to iterate the src, altering within a map to uri. ex: ../assets/images/personagens/${index}.jpg, whose index is the parameter of the map, however the javascript does not…