//learn-typescript-from-scratchbyimran-baitham

learn-typescript-from-scratch

1
0
1
TypeScript

preview img

TypeScript 🥳

Types in TypeScript

⭕️ Primitive types

🔊 In JavaScript, a primitive value is data that is not an object and has no methods. There are 7 primitive data types.

✔️ string
✔️ number
✔️ boolean
✔️ undefined
✔️ null
✔️ symbol
✔️ bigint

[beta]v0.20.0