Skip to content

Instantly share code, notes, and snippets.

@nuhil
Created April 7, 2020 00:18
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 nuhil/a359c1f2fbaa1c4246091303ba2c7360 to your computer and use it in GitHub Desktop.
Save nuhil/a359c1f2fbaa1c4246091303ba2c7360 to your computer and use it in GitHub Desktop.
console.log(“Hello”);
setTimeout(function(){
alert("JS");
}, 3000);
console.log(“World”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment