Good / Good Day / Afternoon / Evening, I would like JavaScript help, how do I execute data from an array in the same order, for example:
var teste = ["valor1", "valor2"];
document.getElementById("id").innerHTML =
As I do when I click a button the value of the text is the value one, then when I click again it is the value two, and then restart. Thank you, sorry for the huge question;)