How to scroll to the top of a webpage with smooth scroll animation using JavaScript?
Originally Published Here ๐!
To scroll to the top of the webpage with smooth scroll animation using JavaScript, you can use the scrollTo() method in the global window object and then pass an options object with the top property set to number value 0...
melvingeorge-me.hashnode.dev1 min read