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

</aside>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/003d9054-5d49-40b5-9b3d-614511b98213/Screenshot_2020-10-12_at_06.23.15.png

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