makes number negative javascript

JavaScript
Math.abs(num) => Always positive
-Math.abs(num) => Always negative

Source

Also in JavaScript: