document.getElementById('topBtn').addEventListener('click', scrollToTop); function scrollToTop() { window.scrollTo({ top: 0, behavior: 'smooth' }); }