Labs
ICT
🎓
Pro Courses
← Back to Tutorial
TypeScript Compiler
TypeScript Code
Clear
Compile â–¶
let name: string = "Hello, World!"; const greeting: string = `Hello, ${name}!`; console.log(greeting);
Output
Download JS
TypeScript code will be compiled here
×