const names = ["world", "patrick", "deno", "adhoc"] | |
names.forEach(n => console.log(`hello, ${n}!`)) |
setInterval(() => console.log("🎉", new Date()), 500) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment