Sort using a custom comparator

FCC link

Write a function to sort an array (or list) of strings in order of descending length, and in ascending lexicographic order for strings of equal length.

Test

{{test}}

Console output