<aside> 💡 Type - A set of values and the things you can do with them.

</aside>

any

<aside> 💡 TSC Flag: noImplicitAny This is included in "strict" mode but will complain about implicit anys.

</aside>

unknown

boolean

<aside> 💡 Type literal: A type that represents a single value and nothing else.

</aside>

number

bigint

string

symbol

Objects