This video demonstrate the simplest of the array sorting function are sort() and rsort(). sort() sorts the values of the array in ascending order (alphabetically for letters, numerically for numbers, letters before numbers), and rsort() sorts the values in descending order.