how to Write a program that displays the absolute value of a number in javascript code example Example: js absolute value Math.abs(-4)//returns 4 Math.abs(4)//returns 4