> For the complete documentation index, see [llms.txt](https://lwin-moe-paing.gitbook.io/typescript-baby-by-lwin-moe-paing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lwin-moe-paing.gitbook.io/typescript-baby-by-lwin-moe-paing/basic-typescript/ts-number.md).

# TS - Number

<figure><img src="/files/DIHNNGucUDId5SkdFxf1" alt=""><figcaption></figcaption></figure>

`let year: number = 2024` ရေးထုံးနဲ့ Numbre Type တွေကို သတ်မှတ် လို့ရပါတယ် ။

```typescript
let year: number = 2024;
console.log("year = ", year);
```
