Inside one JS file I saw:
Math.round(timeEngine.timeLeft, 10)
I've checked many documentations (some are mentioned here) and all mention that this function takes one argument, so what the second argument (10) is referring to?
https://www.w3schools.com/jsref/jsref_round.asp
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round