convert signed number to absolute js code example Example: js absolute value Math.abs(-4)//returns 4 Math.abs(4)//returns 4