JS Learning

Check Anagrams

medium

Topic Overview

Take your time to understand each concept. Practice with the examples below!

Write a function that checks if two strings are anagrams (contain the same characters in different order).

Ready to practice? Try the exercise below to reinforce your learning!

JAVASCRIPT Editor
Loading...