What is the difference between window.location.href () and window.open() methods in JavaScript?
window.location.href ()
window.open()
JavaScript
window.location.href changes the immediate window location.
window.location.href
window.open() will open a new window.