← Back to Tutorial
TypeScript Compiler
TypeScript Code
Clear
Compile ▶
let name: string = "Alice"; const age = 25; let isStudent = false; let hobbies: string[] = ["reading", "coding"]; let username = "bob123"; let score = 100; let active = true;
Output
Download JS
TypeScript code will be compiled here