Learn JS first, then TypeScript
Understanding fundamentals matters. Learn:
- JavaScript basics
- How the language works
- Then TypeScript for type safety
TS is just JS with types. Learn JS first to understand what types are solving.
You will be a better developer for it.