TypeScript vs JavaScript – should I start with TS?

0

Totally new to programming. Everyone says learn JavaScript first but seeing lots of people recommend TypeScript now.

Is TypeScript too hard for complete beginner? Or should I just start with it since its the future?

0

Learn JS basics (1-2 weeks), then move to TS. Understanding why TS exists makes it easier.

Start with strict: false in tsconfig, tighten later.

0

Start with TypeScript. Yes it adds a learning curve but it catches bugs before runtime.

For a beginner, thats HUGE. You will make fewer mistakes!

0

Learn JS basics (1-2 weeks), then move to TS. Understanding why TS exists makes it easier.

Start with strict: false in tsconfig, tighten later.

0

Start with TypeScript. Yes it adds a learning curve but it catches bugs before runtime.

For a beginner, thats HUGE. You will make fewer mistakes!

0

Learn JS basics (1-2 weeks), then move to TS. Understanding why TS exists makes it easier.

Start with strict: false in tsconfig, tighten later. VS Code helps a lot!