Welcome to the new post editor. This is a live preview of what you are typing.
"Code is like humor. When you have to explain it, it's bad." – Cory House
const greet = (name) => { console.log(Hello, ${name}!); };
Hello, ${name}!