First post Published at Apr 14, 2023 # category# category Markdown Hey friends! 👋 function greet(name: string) { console.log(`Hey ${name}! 👋`) }