You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
This code doesn't count time. After converting time to total seconds, the code calculates miliseconds (var m) but it doesn't store the result in num and counter.beginAt / num * divisions is not valid because num is a string (hh:mm:ss) and result is NaN.
It's necesary add num = m or use num instead of m inside the loop, coded before // Generate list of incremental numbers to display
The text was updated successfully, but these errors were encountered:
jotakar
changed the title
Doenot work with time value
Doesn't work with time value
Dec 21, 2021
This code doesn't count time. After converting time to total seconds, the code calculates miliseconds (var m) but it doesn't store the result in num and counter.beginAt / num * divisions is not valid because num is a string (hh:mm:ss) and result is NaN.
It's necesary add num = m or use num instead of m inside the loop, coded before // Generate list of incremental numbers to display
The text was updated successfully, but these errors were encountered: