Skip to content

Instantly share code, notes, and snippets.

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