TYPESCRIPT
1
2
3
4
5
6
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.