document.getElementById('scrollToBottom').addEventListener('click', function() { window.scrollTo(0, document.body.scrollHeight); });