easyDSA
Valid Anagram
Check if two strings are anagrams of each other.
Ensure function signatures match starter code to run test cases.
index.js
Loading...
Test Case #1
Input: "listen","silent"
Expected: true
Test Case #1
Input: "listen","silent"
Expected: true