document.getElementById('searchInput').addEventListener('input', (e) => { console.log(`Input value: "${e.currentTarget.value}"`); })