79273151

Date: 2024-12-11 21:03:30
Score: 1
Natty:
Report link

I'm going to add an additional option here that doesn't require a loop.

If want to do this 'n' times, you can do:

const timeReduction = (time, n) => time * Math.pow(0.955, n)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kofu