How to scroll to a specific position in a browser window using JavaScript?
Originally Published Here ๐!
To scroll to a specific position in the browser window, you can use the scrollTo() method in the global window object in JavaScript.
For example, to scroll 100px from the top of the page, you can pass 0 as the first argu...
melvingeorge-me.hashnode.dev1 min read