Paste code. Language auto-detected. Click the preview to copy.
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("World"));
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.