Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 6. Redirecting User
- you can redirect the user to any specific URL using JavaScript.
- const redirect = url => location.href = url
- /* call redirect (url) whenever you want to redirect the user to a specific url */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement