Skip to content

Instantly share code, notes, and snippets.

@night-fury-rider
Last active July 3, 2020 13:48
Show Gist options
  • Save night-fury-rider/34ee6f475ba7ae96280eb93bb3193faa to your computer and use it in GitHub Desktop.
Save night-fury-rider/34ee6f475ba7ae96280eb93bb3193faa to your computer and use it in GitHub Desktop.
Basic SetTimeout
var numberOfKingdoms = 7;
setTimeout(function(){
alert('Jon should be king of ' + numberOfKingdoms + ' kingdoms');
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment