Computer >> Computer tutorials >  >> Programming >> Javascript

What's the difference between window.location and document.location?


According to the W3C, they are the same.

But you should always prefer using a window.location instead of document.location.