为了账号安全,请及时绑定邮箱和手机立即绑定

Return 1或-1如何在array.sort(a> b)(JS)中起作用/表示?

Return 1或-1如何在array.sort(a> b)(JS)中起作用/表示?

富国沪深 2021-05-13 17:23:20
我不知道在js的array.sort中返回1或-1是什么意思。    const hola = [0, 4, 10, 60, 5]const holaSorted = hola.sort(function(a,b) {    if (a>b) {        return -1;    } else {    return 1;  } });console.log(holaSorted);console.table(holaSorted);`[60,10,5,4,0]
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 155 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信