Skip to content

Instantly share code, notes, and snippets.

@aryak007
Last active March 26, 2018 19:19
Show Gist options
  • Save aryak007/bdb8a16eec0090b6ada8b55289706e4a to your computer and use it in GitHub Desktop.
Save aryak007/bdb8a16eec0090b6ada8b55289706e4a to your computer and use it in GitHub Desktop.
for(var i = 1;i<=5;i++)
{
setTimeout(function()
{
console.log("value is : "+i);
},i*1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment