What is the difference between window.location.href and window.open () methods in JavaScript?
window.location.href
window.open ()
window.open is a method; you can open new window, and can customize it. window.location.href is just a property of the current window.