Mochkit JavaScript DHTML





    
    
    
    
    
    




    alert( listMin([1, 3, 5, 3, -1]), -1, "listMin" );
    alert( listMax([1, 3, 5, 3, -1]), 5, "listMax" );