scroll to top oof page javascript code example
Example 1: javascript scroll to top of page
//Instant scroll to top of page
window.scrollTo(0, 0);
Example 2: how to scroll to top of a page automatically using javascript
how to scroll to top of a page automatically using javascript