3
Good/Good Morning/Afternoon/Evening, I would like a Javascript help, how do I run data from an array always in the same order, example:
var teste = ["valor1", "valor2"];
document.getElementById("id").innerHTML =
As I do for when I click a button the value of the text is the value one, then when click again is the value two, and then restart. Thank you, I’m sorry for the huge question ;)
Thank you very much again!
– Drkill32