Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.js Secret

Created April 22, 2018 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/1bdee6fe555ebb793e056883857459ee to your computer and use it in GitHub Desktop.
Save creyn/1bdee6fe555ebb793e056883857459ee to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : window.setTimeout
// poniewaz czasRundy jest w sekundach a funkcja setTimeout przyjmuje milisekundy
window.setTimeout(Pojedynek, czasRundy * 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment