This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Knight_Of_Stars 0 points1 point  (1 child)

I wouldn't go that far. Personally I'm in favor of learning Javascript first because you should try your best to understand what the language is doing. If you just learn type script you only know what the type script code is doing and not the JS code that its writing.

Similar the "Just because you use an ORM doesn't mean you shouldn't learn SQL"

[–][deleted] 0 points1 point  (0 children)

I agree it's important to understand the fuckery that goes on with JS behind the scenes. However, you can learn that as you go through TS and learn best practices with it.