Hi! I am building the palindrome checker project. I got all the tests to pass except two, and it has to do with the underscore, I believe.
This doesn’t pass: When the #text-input element contains the text _eye and the #check-btn element is clicked, the #result element should contain the text eye is a palindrome .
And indeed, the output says “_eye is not a palindrome” when that is passed in.
I think we’ll need to see all of your code. Please use the following method to paste it in here so that we can see it properly.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.