• @tage hiya!
    I think your compare function could be shortened to

    function CompareForSort(a,b) { return a-b; }
    

    Also, MedianRead() should return the result so that the temperature can then be calculated.

About

Avatar for Manxome @Manxome started