You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find _.max and _.min have a lot of duplicate code, different only Infinity and - Infinity.
So I don't know why not combine _.max and _.min, create function like createMaxOrMin.