javascript move page to top code example
Example 1: javascript go to top of page
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});
Example 2: how to scroll to top of a page automatically using javascript
how to scroll to top of a page automatically using javascript