79695087

Date: 2025-07-09 04:48:55
Score: 1
Natty:
Report link
 const degree = radians * (180 / Math.PI) * -1 + **90**;

Change this line to 

const degree = radians * (180 / Math.PI) + 180 // You can handle the negative sign according to your required direction.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rahul Verma