You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<label>Enter in text to check for a palindrome:</label>
<div class="input">
<input id="text-input"></input>
<button id="check-btn">Check</button>
</div>
<div id="result"></div>
</div>
<div class="palindrome-definition-div">
<p id="info">💡 A <i>palindrome</i> is a word or sentence that's spelled the same way both forward and backward, ignoring punctuation, case, and spacing.</p>