A simple JavaScript Project to check if two Strings are Anagrams or not.
Table of Contents
An anagram of a string is another string that contains the same characters, only the order of characters can be different. For example, “abcd” and “dabc” are an anagram of each other.
There are no prerequisites for running this program.
There are no prerequisites for running this program.
- Start by cloning the repository.
git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git
-
Navigate to
String Anagram Checker
Project. -
Open the
index.html
HTML file with live server.