A
A
AltaiR2016-02-16 09:34:49
JavaScript
AltaiR, 2016-02-16 09:34:49

Is it worth learning TypeScript right away without knowing javascript?

Is this question correct? Don't learn JavaScript, just TypeScript.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey Nemiro, 2016-02-16
@AltaiR-05

No, learning TypeScript before JavaScript is a bad idea. It's like learning words without learning the alphabet.
It is better to take up JavaScript in order to have an idea about the features of this language, about the pitfalls that you will have to face.
TypeScript will make it easier to write code, avoid typos and syntax errors, and help you better organize your code structure. However, if JavaScript is not taken into account , then the output can be a large amount of code with many logical errors.
However, you can use them together. But JavaScript is given more attention.
TypeScript after JavaScriptin general, you don’t need to learn, only to master the features of the language. Any JavaScript programmer already knows TypeScript , even if they haven't heard of the latter. But in the opposite direction it will be more difficult.

U
unfapable, 2016-02-16
@unfapable

Sorry, but now without JavaScript, neither here nor there. TypeScript is a superset of JavaScript, learn JavaScript well first, then move on to ES6.

E
Evgeny Simonenko, 2016-02-16
@easimonenko

If you are not familiar with JavaScript yet, then it is better to wait with TypeScript until you are confident in mastering it, since TypeScript compiles to JavaScript and uses the JavaScript infrastructure, so knowing JavaScript is indispensable for solving many problems and tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question