I'm just here to warn you about a calculation error of accuracy in Constants.js. Since counts are strings, they just add them as intended by JS so for example 0 0 54 156 (without the spaces).
So, it could be nice if it was fixed in Constants.js or Score.js with parseInts.
Thank you for your attention, good continuation. 👍
Hello ! 😀
I'm just here to warn you about a calculation error of accuracy in
Constants.js
. Since counts are strings, they just add them as intended by JS so for example0 0 54 156
(without the spaces). So, it could be nice if it was fixed inConstants.js
orScore.js
withparseInt
s.Thank you for your attention, good continuation. 👍