I just joined DEV to explore the community and get into the habit of writing about what I'm learning. I also set up a blog on Hashnode — figuring out how the two fit together.
Here's a quick code block to test formatting:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("DEV");
```
More to come as I find my way around 👋
Top comments (0)