The greatest post of all time
12/30/2024
Here is my great post!
const greet = (name) => { console.log(`Hello, ${name}`) }; greet('s0gg');