Tableau de valeur absolue javascript
array.map(Math.abs);
ZeldaIsANerd
array.map(Math.abs);
Math.max.apply(null, array.map(Math.abs));