In this example: _.min([1,2,3,null]); The result is: 0 Which is incorrect. It should be 1. Agreed?
確定! 回上一頁