Posts by Antônio Matheus • 35 points
2 posts
- 
		2 votes2 answers74 viewsQ: Reading the code in the tutorial I did not understand the logic of this excerpt:I was seeing a tutorial on an accountant on the website of devFuria and it presents the code commented below. var btnStart = document.getElementById('btn-start'); var btnStop =… javascriptasked Antônio Matheus 35
- 
		0 votes1 answer33 viewsQ: Clock that goes down too fastI’m trying to make a counter work when I click a button, it turns out that when a button is clicked more than once the counter starts to decrement too fast. Source code: var pomodoro =…