What is the difference between window.location.href and window.open () methods in JavaScript?
window.location.href
window.open ()
window.open () will open a new window, whereas window.location.href will open the new URL in your current window.