Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anagram #34

Open
elizabethsiegle opened this issue Oct 14, 2020 · 0 comments
Open

Anagram #34

elizabethsiegle opened this issue Oct 14, 2020 · 0 comments
Labels

Comments

@elizabethsiegle
Copy link
Owner

Make a function that checks if two strings are anagrams

ex:
anagram("abcd3", "3acdb") //false
anagram("123", "456") //false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant