Posts by Victor Lorena • 11 points
2 posts
-
0
votes1
answer86
viewsQ: Javascript algorithm to count down a specific time
I have code that shows me the current time working correctly and two input’s to enter the time and the minute I wish the remaining time until the time and the given minute to be calculated, the time…
javascriptasked Victor Lorena 11 -
0
votes2
answers59
viewsQ: Turn time into number
I have this problem: I can get the time correctly and show everything normal, but when I try to turn the time into number, it returns me NaN: var hora = new Date() var horaAtual = hora.getHours()…