Cuál es la diferencia entre window.location.href="http://example.com"; window.location.replace("http://example.com"); window.location.assign("http://example.com"); Leí en muchos foros que window.location.assign()simplemente reemplaza el historial de sesión actual y, por lo tanto, el botón de...