Math.abs("the negative number")
Math.abs(num) => Always positive -Math.abs(num) => Always negative
-Math.abs(num); // "-" before Math.abs()