Skip to content

Instantly share code, notes, and snippets.

@obbaeiei
Created July 23, 2018 15:13
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 obbaeiei/51cd6f527a634cad28eaf5f370da3be4 to your computer and use it in GitHub Desktop.
Save obbaeiei/51cd6f527a634cad28eaf5f370da3be4 to your computer and use it in GitHub Desktop.
Bad ex01
async function main() {
await console.log(1) // bad
}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment