js make value positive

JavaScript
Math.abs(-4)//returns 4
Math.abs(4)//returns 4
Source

Also in JavaScript: