Tell us what’s happening:
I feel like there is a problem with the tutorial here. I think my solution is perfect and I can’t find any fault whatsoever, still it doesn’t accept my code.
The two codes are same, except the addition of two console.logs, outputting firstword and secondword. I fail every test case that requires false as an output.
No they are not. In the first, you do not call the toLowerCase method. You just reference it.
If I change the code you originally posted to call toLowerCase, then the code passes all the tests. If you are still having trouble, please post your most current code.