DEV Community

Medea
Medea

Posted on

Learning TypeScript with Exercism

I've been wanting to learn TypeScript, so I recently started doing TypeScript problems in Exercism.

Exercism is great if you want to expand your knowledge of a language through challenges and problems.

stats
I'm nearly halfway through my TypeScript track and I've learnt so many new things in TypeScript like how to create and use classes.

I'm storing all my answers to the challenges on this GitHub repo:

I'm hoping to get this track completed in less than a month, so I can start creating cool websites with TypeScript!

Oldest comments (11)

Collapse
 
syeo66 profile image
Red Ochsenbein (he/him)

Why not just start using it in your project?

Collapse
 
vulcanwm profile image
Medea

Exercise has problems that I won’t really solve while making my own projects, so doing these problems increase my knowledge in TypeScript functions

Collapse
 
syeo66 profile image
Red Ochsenbein (he/him)

Sure. I get that, but I think you should start with your own project right now. You can still continue with Exercism.

Thread Thread
 
vulcanwm profile image
Medea

i have a few projects going on in the background tho

Collapse
 
jonrandy profile image
Jon Randy 🎖️

I misread that initially...
exorcism

Collapse
 
vulcanwm profile image
Medea

lmao

Collapse
 
mizouzie profile image
Sam

I super-charged my learning of Golang thanks to exercism!

Although I really don't like the name, it's a great site/service.

Collapse
 
vulcanwm profile image
Medea

yup!

Collapse
 
samiralibabic profile image
Samir Alibabic

Never heard of Exercism ✝️
But seems quite good and will have to check it out.
Thanks for heads up!

Collapse
 
vulcanwm profile image
Medea

no problem!

Collapse
 
scofieldidehen profile image
Scofield Idehen

Nice. Follow your write up, kinda nice seeing your progress.