TypeScript better than JavaScript?

Hello Everyone, I am new in this community and I am learning javascript to get a job but my friend was suggested to me go with typescript profile because its open-source programming language most suited for large applications and JavaScript code was becoming too complex to handle when it comes to large-scale applications. Can anyone clear this point which one is better for future points of view typescript or javascript?

Questions like that are answered in the Web about thousand times:

From the last one:

TypeScript’s main benefits:
 > Class and Module Support
 > Static Type-checking
 > ES6 Feature Support
 > Clear Library API Definition
 > Build-in Support for JavaScript Packaging
 > Syntax Similarity to Our Backend Languages (Java, Scala)
 > Superset of JavaScript

Typescript helps you making better javascript