scroll through page with javascript

JavaScript
window.scroll({
 top: 0, 
 left: 0, 
 behavior: 'smooth' 
});
Source

Also in JavaScript: