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

preview_player
Показать описание
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.
Рекомендации по теме
visit shbcf.ru