JavaScript not counting correctly
Hello,
In this code : https://codepen.io/lanszelot/pen/NPPJKoG
Inside the for loop workoutHrKarvonen variables counting wrong.
Line 42 : intensity/100 this is not counting somehow.
intensity not devided with 100 , and it count with intensity itself.
Why?
In this code : https://codepen.io/lanszelot/pen/NPPJKoG
Inside the for loop workoutHrKarvonen variables counting wrong.
Line 42 : intensity/100 this is not counting somehow.
intensity not devided with 100 , and it count with intensity itself.
Why?

