Javascript Coding Exercise – Anagrams
Check to see if two provided strings are anagrams of each other. One string is an anagram of another if it uses the same characters in the same quantity. Examples: To check if two strings are anagrams of each other,…