Closed stoeffel closed 8 years ago
After sleeping over it, I may think we should change Min Max to use < > instead of Math.min/max. This way, we could support Min and Max for strings. what do you think? I'll create another PR if you like.
Min
Max
<
>
Math.min/max
I'll create another PR if you like.
already done :smile:
After sleeping over it, I may think we should change
Min
Max
to use<
>
instead ofMath.min/max
. This way, we could supportMin
andMax
for strings. what do you think? I'll create another PR if you like.