mediumJS ES6+#111

Ordenar emociones (sort emoticons)

Prompt

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.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code