trouver un numéro court dans le tableau javascript

Array.min = function( array ){
    return Math.min.apply( Math, array );
};
Xanthous Xenomorph