An open API service indexing awesome lists of open source software.

https://github.com/sjdev2212/-mob-17-3


https://github.com/sjdev2212/-mob-17-3

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# -mob programming

An anagram is the result of rearranging the letters of a word to produce a new word (see wikipedia).

Note: anagrams are case insensitive

Complete the function to return true if the two arguments given are anagrams of each other; return false otherwise.

Examples
"foefet" is an anagram of "toffee"

"Buckethead" is an anagram of "DeathCubeK"