Skip to content

Instantly share code, notes, and snippets.

View hadpro24's full-sized avatar
🎯
Focusing

Harouna Diallo hadpro24

🎯
Focusing
View GitHub Profile
@hadpro24
hadpro24 / index.html
Last active August 28, 2021 17:26
Palindrome Challenge with JavaScript
<div id="palindrome">
<div data-top>
<h1>Palindrome Checker</h1>
<span>A man, a plan, a canal. Panama</span>
</div>
<div data-entry>
<input type="text">
<button data-analyse>ANALYSE</button>
</div>
<div data-message id="results">Not checks yet!</div>