Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to TypeScript
Rating: 4.3 out of 5(8,825 ratings)
104,113 students

Introduction to TypeScript

Learn to supercharge your web-applications with the powerful typed language from Microsoft!
Created byDaniel Stern
Last updated 4/2015
English

What you'll learn

  • Compile, Test and Run TypeScript on your workstation
  • Use TypeScript classes and type annotations
  • Build and run a simple app using TypeScript

Course content

6 sections13 lectures1h 5m total length
  • Why Learn TypeScript?4:59

    Is TypeScript right for you?


    TypeScript offers powerful code features, useful error prevention, and is backed by strong supporters. Learn more about why TypeScript is right for you in this tutorial.


    This video discusses TypeScript's relationship with Microsoft, WinJS and the Angular 2.0 project. It also includes a brief overview of TypeScript and the task runners Gulp and Grunt.

  • Course Breakdown2:49

    This tutorial is a brief overview of this course.


    - The installation section, where TypeScript is installed and compiled

    - The basics, where interfaces, classes and others are discussed

  • Basics

Requirements

  • Solid understanding of JavaScript
  • Basic understanding of Node.js

Description

In this course, we will learn about TypeScript, the new, JavaScript inspired language by Microsoft. The introductory TypeScript course will teach the student the TypeScript basics necessary for junior workplace skills.

By taking this course you will,

- Set your PC or Mac up to develop TypeScript
- Be able to understand why TypeScript is used to build large web applications

- Use TypeScript's classes and error checking
- Create and extend TypeScript classes
- Share Code via Modules

In the first section, we will learn about what projects TypeScript is appropriate for. We will learn who makes TypeScript, and what projects use TypeScript every day.

In the second section, we will learn about using Node and NPM to install TypeScript, and how to use the command line to compile TypeScript into JavaScript. As a bonus, we'll learn a bit about TypeScript compiler errors.

In the final section, we will take a look at a few of TypeScript's many features.

We will learn about types, how they are used, what kinds are available in TypeScript, and how to make your own.

We will learn about interfaces, inheritance, and TypeScript classes. Using the module system, we will share code between TypeScript files and compile them to JavaScript.

This course includes many videos, as well as links to useful tools like the TypeScript handbook.

This course should take 3-4 hours to complete, as you may wish to pause frequently to try the many code examples provided yourself.

This code is ideal for anyone wanting a solid beginner's foundation in TypeScript, as the hands-on lecture format will ensure that any pupil has a working knowledge of the basics.

Who this course is for:

  • You should take this course if you are already well-versed in JavaScript and want to take your course to the next level
  • You should take this course If you already know a similar language like Java, ActionScript or C#