Open ahmedasif1 opened 3 years ago
Sorting in javascript happens in-place. We need to do it on a clone of original array to keep countries in correct order for display.
Sorting in javascript happens in-place. We need to do it on a clone of original array to keep countries in correct order for display.