we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "window scrollto 280 0 29 not working"
Nayla
09 Jun 2020
1const scrollToTop = () => {
2  document.getElementById("scroller").scroll(0,0)
3}
4
5<button onClick={scrollToTop}>Scroll to Top</button>