Как повернуть отрицательное число в JavaScript
-Math.abs(num); // "-" before Math.abs()
Smoggy Seal
-Math.abs(num); // "-" before Math.abs()