Posts by rmoraes • 29 points
2 posts
-
1
votes2
answers57
viewsQ: Problem with clearInterval in React
I’m having a problem with React trying to use clearInterval. He’s not stopping the break created by setInterval. Can you give me a hand and see what I’m missing or what I’m missing, please? function…
-
1
votes1
answer69
viewsQ: The function returns Undefined. What’s wrong?
var pulaLinha = function() { document.write("<br>"); } var mostra = function(frase) { document.write(frase); …