function greet(name: string): string { return `Hello, ${name}!`; } const message = greet("World"); console.log(message);
Create a free website with Framer, the website builder loved by startups, designers and agencies.