R
R
RaulDuke2021-03-01 10:26:45
JavaScript
RaulDuke, 2021-03-01 10:26:45

Is it possible to learn Typescript as a standalone programming language?

Hello,

I write quite fluently in JS, while objectively I understand that I know the “underground” space of the language rather poorly, of course, some cornerstone concepts of JS like closures and callbacks are known and understandable to me, but at the same time I realize that I must pay considerable time for a deeper study of the language in which I write. Because now I write many things on intuition or just know from experience that it will work that way, but why it works that way is not completely clear to me. Also in the near future I plan to smoothly switch to TS. In this regard, I have a question for experienced comrades who have been writing on TS for some time. Is it possible to study TS as an independent language, completely abstracting from JS and its "underhood ups and downs" or do we still keep in mind

Also I will be glad to councils concerning books on TS.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vitsliputsli, 2021-03-01
@RaulDuke

Is it possible to learn Typescript as a standalone programming language?

Yes, it is quite. This is a completely independent language, yes, it compiles to js, ​​but this does not prevent it from being an independent language. It is not at all necessary that you will have to deal with js in the process of work, but if you have to, it is better to first study the adequate implementation on ts, and therefore already look at the inadequate implementation on js.

N
netrox, 2021-03-01
@netrox

TS is not a separate language. Docks for study will be enough.

S
Somewhere Intech, 2021-03-01
@john36allTa

TS adds strictness to JS and nothing more. Everything can be described in JS as well. By the way, on node.js it just compiles to JS and is mostly useful only in the compile time. In deno.land it seems to be different, but it is less convenient than node. It's better to try Java right away, I think. after it, and TS will be obvious and comprehend the "independent language"

K
Kirill Makarov, 2021-03-13
@kirbi1996

It is enough to learn how to specify interfaces and, in principle, you can easily transfer to it in a month. Sometimes it can only do brains, but in principle it’s even more convenient on it, it immediately finds potential errors, and auto-completion is convenient

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question