Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
TypeScript Fast Crash Course
Rating: 4.5 out of 5(1,411 ratings)
40,142 students

TypeScript Fast Crash Course

An Introduction to TypeScript main components
Last updated 4/2018
English

What you'll learn

  • At the end of the course students will be able to use TypeScript

Course content

6 sections34 lectures3h 35m total length
  • Introduction2:32
  • Reference files1:57
  • What is TypeScript7:26
  • Intalling Node.js on Mac OS8:35
  • Intalling Node.js on Windows12:28
  • Installing and Using TypeScript11:22
  • IDE - Using WebStorm6:09
  • IDE - Using VisualStudio5:31

    Learn how to compile TypeScript to JavaScript using Visual Studio, including creating tsconfig, configuring the project, and using watch mode for automatic recompilation.

  • Using an Online Editor3:39
  • Section 1 Quiz

Requirements

  • Javascript

Description

TypeScript is a superset of JavaScript, which means that is language that was created to add features to JavaScript. You might be asking yourself why it was created and why not just add those features directly to JavaScript. 

Sometimes language foundations take time to implement features because the committee has to approve it, test and get feedback before requests are answered. The solution for that is to create another language that adds functionality to the language we need, and thats where TypesScript comes in. 

TypeScript has many advanced features that plain JavaScript doesn't have yet but the good news is that we can start using it now since TypeScript compiles JavaScript ES5 which at this moment is the most compatible version of JavaScript for all browsers.

Most people that want to learn TypeScript its because they need the skills to use with some Frameworks like Angular.

My goal with this courses is just give your the fundamentals of the language, show you what TypeScript is and how to use it. We as developers don't have time neither can we afford to spend too much time on any technology.

Most people that want to learn TypeScript its because they need the skills to use with some Frameworks like Angular.


Who this course is for:

  • Anyone who wants to learn typescript