filmov
tv
How do you sort an array of STRING elements? #javascript #code #education #beginners

Показать описание
How do you sort an array of STRING elements? #javascript #code #education #beginners
Hint: sort() method
This method is one way to do this. Note that for NUMERICAL sorting, you will need the comparison function or else you won't get the expected results when you have negative numbers in your array.
Hint: sort() method
This method is one way to do this. Note that for NUMERICAL sorting, you will need the comparison function or else you won't get the expected results when you have negative numbers in your array.