get difference without negative in js 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