/intro-to-ts

Primary LanguageTypeScript

Intro to TypeScript

I have developed a TypeScript course for you that is being taught live (and most importantly) free on Twitch.
If you have missed any streams, you can always watch the course on Youtube.

What is TypeScript?

JavaScript is the language of the web. It is used everywhere from websites (Frontend) to servers (backend).
TypeScript is the superset of JavaScript. This means that it makes development safer but also adds features to JavaScript.

So why TypeScript?

TypeScript is continuously rising in popularity. The "State Of JavaScript" Survey proves just that

  • TypeScript is by far the most popular JavaScript Flavour.
  • People use TypeScript more than they use JavaScript.

Resources