Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created July 8, 2020 03:27
Show Gist options
  • Save gpDA/c3e1735a9acddbb5d18497fefb20f55d to your computer and use it in GitHub Desktop.
Save gpDA/c3e1735a9acddbb5d18497fefb20f55d to your computer and use it in GitHub Desktop.
setTimeout(function() {
console.log('helloworld');
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment