Typescript Baby by Lwin Moe Paing
  • TypeScript ဆိုတာဘာလဲ ?
  • Preparing for Coding
    • Node Js Installation
    • TypeScript Package Installation
  • Typescript Config
  • Basic Typescript
    • JavaScript Type များ
    • TypeScript Annotation vs Inference
    • TS - String
    • TS - Number
    • TS - Boolean
    • TS - Null
    • TS - Undefined
    • TS - Union & Literal
    • TS - Unknown & Any
    • TS - Never
    • TS - Enum
    • TS - Array
    • TS - Object
    • TS - Type keyword
    • TS - Tuple
    • TS - Function
    • TS - Intersection
    • TS - Interface
    • TS - readonly
    • TS - keyof
    • TS - typeof
    • TS - Index Type
    • TS - Predefined & Index
    • TS - Union keys in Index
    • TS - Generic
    • TS - as Type Casting
    • TS - satisfies
  • Utility
    • TS - Pick
    • TS - Omit
    • TS - Partial
    • TS - Required
    • TS - Record
    • TS - Readonly
  • other-topic
    • TypeScript Narrowing
    • TypeScript Predicate Guard
    • TypeScript Template Literal
  • နိဂုံး
Powered by GitBook
On this page
  • JS String
  • JS Number
  • JS Boolean
  • JS Undefined
  • JS Function
  • JS BigInt
  • JS Symbol
  • JS Object
  1. Basic Typescript

JavaScript Type များ

TypeScript ရဲ့ Type တွေကို မသွားခင် ၊ typeof ကိုသုံးပြီး JavaScript Type တွေကို အတူတူ ပြန်နွှေးရအောင် ။

JS String

JS Number

JS Boolean

JS Undefined

JS Function

JS BigInt

JS Symbol

JS Object

PreviousTypescript ConfigNextTypeScript Annotation vs Inference

Last updated 4 months ago