Skip to content
Core-Typescript
Search
K
Main Navigation
Home
Blog
Compiler-testing
About Us
Contact Us
Appearance
Return to top
Run ▶
Reset ↺
Loading compiler...
// TypeScript Playground function greet(name: string) { console.log(`Hello, ${name}!`) } greet('TypeScript User')
Output Log: