Is there a difference between these two lines?
var url = "http://www.google.com/";
window.location = url;
window.location.replace(url);
Is there a difference between these two lines?
var url = "http://www.google.com/";
window.location = url;
window.location.replace(url);