what type for a negative number 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