DEV Community

Discussion on: JavaScript v TypeScript

Collapse
 
peerreynders profile image
peerreynders

I would say that TypeScript is better than JavaScript.

From TypeScript is not JavaScript:

Also TypeScript does not shield you from having to deeply understand JavaScript. A TypeScript expert must also be a JavaScript expert!

TypeScript is essentially a JavaScript superlinter that requires more information than ESLint.

One has to become competent in JavaScript one way or another - TypeScript or not. The official TypeScript documentation doesn't cover the JavaScript foundation that TypeScript is based on.

Some projects are using TypeScript to develop "typed JavaScript":

Collapse
 
javacode7 profile image
JavaCode7

This is true but they are different enough that people can have a preference. Hence this article 😃.