79241030

Date: 2024-12-01 06:43:10
Score: 1
Natty:
Report link

You can override the Math.random method right before you run the function.

Math.random = function() { return 0 };

Depending on your setup, it's best to have each test independent so that it won't affect the other tests.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dang Nguyen