• + 1 comment

    You mean, when I use min()/max() with string like what here we used, why it doesn't any error? As min()/max() functions basically used for finding minimum and maximum value and basically with numerical values. Then how these functions working on string values? Sorry but I'm very confused with behavior of this function.