Posts by welington2632 • 134 points
1 post
-
11
votes2
answers1560
viewsA: What is the difference between window.Location and window.location.href?
window.Location = It refers to the window Location object, you can use it when you need to use the whole object, or more than one property of it. window.location.href = It is specifically to the…