https://github.com/sjdev2212/-mob-17-3
https://github.com/sjdev2212/-mob-17-3
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sjdev2212/-mob-17-3
- Owner: sjdev2212
- Created: 2022-03-17T14:16:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T14:17:47.000Z (over 4 years ago)
- Last Synced: 2025-01-23T03:56:04.784Z (over 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"