What I'm learning about TypeScript
An actively updated post on my learnings each day as I work through the book, "Learning TypeScript" by Josh Goldberg
Monday Jan 8
Today I learned how there's 7 basic primitives in JavaScript that TypeScript understand and interprets. These are:
null
undefined
boolean
string
number
bigint
symbol