← 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