change sign of number js code example Example: makes number negative javascript Click to copyMath.abs(num) => Always positive -Math.abs(num) => Always negative