hosma
1 year ago
Your filter, monsieur: const input = document.querySelector('input'), ps = document.querySelectorAll('p:not([class])'); input.onkeyup =()=> ps.forEach(p => p.hidden = !p.innerText.toLowerCase().includes(input.value.toLowerCase()))
btw thanks to all the new followers o/
heck yes PUZZLE TIME
There isn’t much to solve for people who already solved the first one :0