scroll page to top on button click using javascript code example
Example: javascript go to top of page
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});
window.scroll({
top: 0,
left: 0,
behavior: 'smooth'
});