TypeScript playground

let msg: string = "Hello, World!"
console.log(msg)

TypeScript is a strongly typed programming language that builds on JavaScript. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs.

⛫ homepage • αω tutorial • ⚘ community