Jose Atariguano

Generation

generate functionSat, 08 Apr 2023

Hola mundo

function greet (name: string): string { return `Hello, ${name}` } greet('Alice') // returns 'Hello, Alice'

TypeScript
Generate More

Questions about programming?Chat with your personal AI assistant