Skip to content

Instantly share code, notes, and snippets.

@shubhamt619
Created August 29, 2022 16:48
Show Gist options
  • Save shubhamt619/46fe5cf0e62bc69f00aaf6a77a6c1de6 to your computer and use it in GitHub Desktop.
Save shubhamt619/46fe5cf0e62bc69f00aaf6a77a6c1de6 to your computer and use it in GitHub Desktop.
setTimeout(function(){
console.log("I like turtles!");
}, 5000);
console.log("Hey, I am Sam");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment