Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
TypeScript ▷▷ Fast Forward
Rating: 4.2 out of 5(5 ratings)
543 students

TypeScript ▷▷ Fast Forward

Learn all you need to know of Typescript in a day
Created byRicardo Ahumada
Last updated 11/2023
English

What you'll learn

  • Summarize and apply the fundamentals of Typescript.
  • Create typed definitions, interfaces, classes, and modules.
  • Use Typescript in node projects and understand how it works.
  • Create simple projects using node, webpack, and other libraries.

Course content

4 sections14 lectures38m total length
  • What we learn in this course1:11

Requirements

  • Basic Javascript and eager to learn

Description

Many modern frameworks, such as Angular, React, and Vue, are coded in Typescript.

Typescript is a strongly typed programming language that builds on JavaScript. It allows adding types to variables, constants, functions and classes. Typescript extends the capabilities of JavaScript, giving us better tooling to create projects at any scale.

In this course we will make a quick visit to Typescript and learn the basics for using it later in the creation of our applications. The course will consist of two parts.

In the first part, we will cover the fundamentals:

We will begin by understanding What is Typescript. Next, we will review the basic types Then, we will see examples of typed declarations After that, we will understand interfaces declarations. Furthermore, we will deep dive into classes. In addition, We will understand decorators. And, finally we will review the modules in Typescript .


In the second part, we will discuss about how to use TypeScript in Node projects:

We will setup the tools to begin. Then, we will configure a very basic node project. After that, we will create a simple project to integrate everything we have seen. Finally, we will build and distribute the resulting app .


So welcome to the course and let's start!

Who this course is for:

  • Anyone who wants to learn Typescript basics very fast.