logo CodeStepByStep logo

isPermutation

Language/Type: JavaScript algorithms interview strings
o

Write a function named isPermutation that accepts two strings s1 and s2 as parameters and returns true if the strings are permutations of each other. For example, the call of isPermutation("eats", "seat") should return true.

Function: Write a JavaScript function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.