Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
There're no issues with the tests, and your solution is wrong.
There are 12,694 solves in JS, so not an issue.
Next time, please use markdown formatting to post your code, as it makes it a lot easier to read.
Not a kata issue, it's a problem with your code, it doesn't account for character multiplicity. Print the input and see why it fails.
For example:
scramble('ban', 'banana') ==> False
Also, when posting code, mark your post as having spoiler content next time.