URL | Redirect

PHOTO EMBED

Fri Apr 01 2022 06:36:01 GMT+0000 (Coordinated Universal Time)

Saved by @massa

const redirect = (url, asLink = true) =>
 	asLink ? (window.location.href = url) : window.location.replace(url);
	redirect('https://google.com');
content_copyCOPY

https://30secondsofknowledge.com/