Here are some basic troubleshooting steps you can follow. Focus on one test at a time:
What is the requirement for the first failing test?
Double check the related User Story and ensure it’s followed precisely.
What line of code is involved?
What is the result of the code and does it match the requirement? You can write the value of a variable to the console at that point in the code to check if needed.
Is there any other output or messages in the console to follow up on?
If this does not help you solve the problem, please reply with answers to these questions.
You should check your characters variable, as its value doesn’t match the string specified in the challenge instructions.
Even after fixing that (and the syntax error previously mentioned), there is an issue, which I think needs to be reported, if it hasn’t been already? I had to add a semi-colon at the end of the password declaration line, as the code wouldn’t pass without it.