Sort an array of emotion emoticons in ascending (happy first) or descending (sad first) order. Order: :D (happiest), :), :|, :(, T_T (saddest). Do not mutate the input array.
Click Run to test your code