Is there a difference between these two lines?

var url = "http://www.google.com/";
window.location = url;
window.location.replace(url);

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *