redirect this reference to another function javascript code example
Example 1: js go to page
window.location.href = "http://example.com/new_url";
Example 2: javascript howdo i redirect-to another webpage
window.location = "https://example.com/";