Beautiful code snippets with syntax highlighting. Paste code, pick a theme, and share.
function greet(name: string): string { return `Hello, ${name}!`; } console.log(greet("World"));