Skip to content

Instantly share code, notes, and snippets.

@patrickdevivo
Created March 31, 2021 00:43
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 patrickdevivo/481081dd4c3a5486fd5783940de8b5bb to your computer and use it in GitHub Desktop.
Save patrickdevivo/481081dd4c3a5486fd5783940de8b5bb to your computer and use it in GitHub Desktop.
const names = ["world", "patrick", "deno", "reader"]
names.forEach(n => console.log(`hello, ${n}!`))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment