Skip to content

Latest commit

 

History

History

003-anagramCheck

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

anagramCheck

Interview question of the issue #003 of rendezvous with cassidoo.

The question

Write a function that takes in two strings and returns true if they are anagrams.

Installing & Running

Just pnpm i to install all dependencies and then pnpm t to run the tests!