Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
TypeScript Crash Course
Rating: 4.0 out of 5(55 ratings)
4,405 students

TypeScript Crash Course

Learn fundamentals of TypeScript programming
Created byDemian Kostelny
Last updated 8/2022
English

What you'll learn

  • Typization in TypeScript
  • Use the main fundamentals of TS
  • Use object types, interfaces and classes in TS
  • Use generics, TS OOP features

Course content

1 section7 lectures1h 20m total length
  • Introduction3:27
  • Installation of TypeScript and the first example9:00
  • Types in TypeScript17:17
  • Narrowing in functions14:37
  • Interfaces and objects13:25
  • Custom Types4:48
  • Classes17:28

Requirements

  • Basics in JavaScript/Node programming

Description

Welcome, and this is the TypeScript Crash Course - where you gonna learn the main fundamentals of TypeScript programming.


What is TypeScript?

If you watch this course, you already know that TypeScript is a programming language that is very similar to JavaScript - but with more typization and features, that help you to write your code effectively and control quality.


The main focus of this course

The main focus of this course is to teach how to work with TypeScript. We gonna learn the main things that you need to know - when you gonna start building projects that use this programming language.


What you gonna learn in this course

You gonna learn everything about typization, classes, interfaces, and other things in TypeScript. You will know how to work with all these important things. And you will see how it's cool to use TypeScript in your projects.


What do you need for this course?

First, you need to have some junior experience in JavaScript and Node.js programming. The next thing is to install Node.js with the NPM package manager. And the last thing that you will need - is a code editor. I'm gonna use Visual Studio Code in this course as a Code editor.


Who this course is for:

  • Beginners in Node programming
  • Beginners in JavaScript app development