A
A
Arthur Gryzlov2016-12-04 11:54:59
JavaScript
Arthur Gryzlov, 2016-12-04 11:54:59

Is it possible to learn typescript without native js?

Noob question, I feel, but still. And what are the advantages of ts over js?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Stanislav Makarov, 2016-12-04
@markaurelius1

Is it possible to learn typescript without native js?

You can, but it doesn't make sense - actually learn JS with TS goodies on top of it. Therefore, it’s better to learn JS and then figure out what TS adds on top. This is all because TS extends the EcmaScript syntax, and is compatible with it (which version of ES depends on the compiler version).
There is almost always a legitimate reason to write in TS.
I don't understand the meaning of this answer at all. Perhaps the person confused TS and Angular. TS is no more like a website builder than C#.
There will be order in your code if you want it.

R
Rafael™, 2016-12-04
@maxminimus

learn js
everything else - from the cunning

N
Nicholas, 2016-12-04
@healqq

No

D
Dmitry Gavrilenko, 2016-12-04
@Maddox

TS is like a website builder. It seems like a site on TS, but it works on JS. So in this constructor you will also have to insert your lokigu.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question