79116200

Date: 2024-10-23 01:51:43
Score: 1.5
Natty:
Report link

Spotted. Fixed by using ternary operator:

var x = number % 12;
x = (x < 0)?(12+x):x;
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Phume