DEV Community

Prashant Dumasia
Prashant Dumasia

Posted on

Hello Dev - My First Post

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 👋
Enter fullscreen mode Exit fullscreen mode

Top comments (0)