DrSchool Hızlı kod öğren.
EN AR BN CS DE EL Ara

TypeScript

Dersler var

core Uzantılar: .ts, .tsx Official docs ↗
Dersleri aç References Örnekler Try it → HTML Dillere dön
Summary

TypeScript, JavaScript'e tip ekler ve düz JavaScript'e derlenir.

Kısa ad
typescript
Seviye
core
Uzantılar
.ts, .tsx
Hello World
const msg: string = 'Hello, World!';
console.log(msg);

İpucu: Resmi dokümanlar ve güvenilir kaynaklarla sayfayı büyütebilirsin.