-
-
Save ilmsg/8331356242ce634de4e24b199c2e93f3 to your computer and use it in GitHub Desktop.
Chicken egg problem solved by javascript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let question = ['🥚','🐔'] | |
let answer = question.sort() | |
console.log(answer[0] + ' was first!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment