How to scroll from bottom to Top using window.scrollTo method in javascript?

I am using window.scrollTo(0, 500) method and I need to know if we can scroll from bottom to Top ? scrollTo scroll from Top to bottom and I need it other way around?

Thanks for any help
Samit