page redirect
Location is a property of the Window object and it allows to set a new page url effectively acting as a page redirect.
window.location = "/new-page.html"
copy
Location is a property of the Window object and it allows to set a new page url effectively acting as a page redirect.
window.location = "/new-page.html"
copy