The long lasting chicken
๐ & egg
๐ฅ mystery is now finally solved! Thanks to algorithms and UTF-16. ๐ ๐
JavaScript:
['๐ฅ', '๐'].sort();
// ['๐', '๐ฅ']
PHP:
$a = ['๐ฅ', '๐',];
sort($a);
// ['๐', '๐ฅ']
Python:
sorted(['๐ฅ', '๐'])
# ['๐', '๐ฅ']
But thanks to the community we now have another mystery - was the
poultry-leg
๐ really before the chicken? ๐ฎ ๐