N
N
neverbethesameagain2020-07-02 21:39:14
typescript
neverbethesameagain, 2020-07-02 21:39:14

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

3 answer(s)
D
Dima Polos, 2020-07-02
@dimovich85

First, count and write, then you can write higher mathematics and write a novel)

I
Interface, 2020-07-02
@Interface

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).

R
Robur, 2020-07-03
@Robur

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 question

Ask a Question

731 491 924 answers to any question