Absolutwerte Array JavaScript
array.map(Math.abs);
ZeldaIsANerd
array.map(Math.abs);
Math.max.apply(null, array.map(Math.abs));