JavaScript tablica wartości bezwzględnej
array.map(Math.abs);
ZeldaIsANerd
array.map(Math.abs);
Math.max.apply(null, array.map(Math.abs));