Skip to content

Instantly share code, notes, and snippets.

@tatuas
Last active December 22, 2015 03:19
Show Gist options
  • Save tatuas/6409519 to your computer and use it in GitHub Desktop.
Save tatuas/6409519 to your computer and use it in GitHub Desktop.
JavaScriptで、遅延してから関数を実行する
// params = time(ms), function
setTimeout(execSamsung('Galaxy S4'), 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment