Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created November 18, 2021 09:37
Show Gist options
  • Select an option

  • Save Octagon-simon/59098db5cee48b85e35ac4ed3898569b to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/59098db5cee48b85e35ac4ed3898569b to your computer and use it in GitHub Desktop.
if( confirm("I am above 18 years") === true ){
//proceed
}else{
window.location.assign("./");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment