Math.PI
and the radian to degree formula to convert the angle from radians to degrees.const radsToDegrees = rad => (rad * 180.0) / Math.PI;
radsToDegrees(Math.PI / 2); // 90
Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️