how account for a negative number in javascript code example
Example: makes number negative javascript
Math.abs(num) => Always positive
-Math.abs(num) => Always negative
Math.abs(num) => Always positive
-Math.abs(num) => Always negative