window.scrollto(0 0) not working code example
Example: window.scrollto(0 0) not working
const scrollToTop = () => {
document.getElementById("scroller").scroll(0,0)
}
const scrollToTop = () => {
document.getElementById("scroller").scroll(0,0)
}