Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created January 4, 2023 12:14
Show Gist options
  • Save deleteman/4f776c3dace0ccc2d8b0ba9e6c2bb8d3 to your computer and use it in GitHub Desktop.
Save deleteman/4f776c3dace0ccc2d8b0ba9e6c2bb8d3 to your computer and use it in GitHub Desktop.
console.log(1)
console.log(2)
setTimeout(() => {
console.log(3)
}, 100)
console.log(4)
console.log("N")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment