С
https://stackoverflow.com/questions/8837454/sort-array-of-objects-by-single-key-with-date-value
Size: a a a
С
JK
JK
С
С
JK
JK
С
JK
IS
JK
IS
JK
IS
arr.sort((a, b) => b.key.title - a.key.title)
IS
JK
IS
arr.sort((a, b) => new Intl.Сollator().compare(b.key.title, a.key.title))
IS