自己容易忘记或者混淆的概念
-
排序的定义
升序:从小到大
降序:从大到小 -
比较函数的定义
比较函数numbers.sort((a, b) => a - b);
是升序,不是降序
-
不间断:不停止的意思
A hero image is a website design term used to describe an oversized banner image at the top of a website
排序的定义
升序:从小到大
降序:从大到小
比较函数的定义
比较函数 numbers.sort((a, b) => a - b);
是升序,不是降序
不间断:不停止的意思
A hero image is a website design term used to describe an oversized banner image at the top of a website