Answer the question
In order to leave comments, you need to log in
Is it possible to learn TypeScript without knowing JavaScript (for backend)?
I plan to back-end development of my garbage on nodeJS, but I don’t know the JS language.
Can I immediately learn from TypeScript lessons or go through regular JS first?
know java (according to Schildt)
Answer the question
In order to leave comments, you need to log in
First, count and write, then you can write higher mathematics and write a novel)
Can. But you will run into a documentation problem. The vast majority of TS documentation will only consider complementary abstractions of TS over JS and at best refer to the JS docs (at worst, assume that you know JS).
You can, but no one will stop you.
But either you will become something at the level of a jquery programmer, or, if you seriously study TS, you will still study JS along the way, whether you like it or not.
On the other hand, it is not necessary to study all the oddities and quirks of JS such as type casting, TS is made for this so that they do not appear in your code most of the time.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question