Skip to content

Instantly share code, notes, and snippets.

@ranamahmud
Created November 7, 2020 07:34
Show Gist options
  • Save ranamahmud/e0716536580c36d87681025e0aef593b to your computer and use it in GitHub Desktop.
Save ranamahmud/e0716536580c36d87681025e0aef593b to your computer and use it in GitHub Desktop.
function popup() {
console.log("Welcome to Bangladesh");
}
setTimeout(popup, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment