Setup
Pirates are notoriously bad at pronunciation. For this challenge, implement a function that will accept a jumbled word and a dicti...
For further actions, you may consider blocking this person and/or reporting abuse
Elm
JavaScript
JavaScript solution:
Quick solution in my head with JS is sorting then comparing with each anagram:
Ruby
Also was in mood for some Haskell.
This time Haskell solution came out neater than Ruby's
What is the expected output of the tests?