enhancementhelp wanted
説明
Currently, invoking:
sortOn([{x: true}, {x: false}], 'x')
Is returning:
[{x: true}, {x: false}]
It would be nice to return the following instead:
[{x: false}, {x: true}]
Cheers! 😄
Currently, invoking:
sortOn([{x: true}, {x: false}], 'x')
Is returning:
[{x: true}, {x: false}]
It would be nice to return the following instead:
[{x: false}, {x: true}]
Cheers! 😄