Realdolmen Education

Details

Introduction to TypeScript

This course is currently not scheduled on the open calendar, but can be organized on request.

Request Course

Duration

1 day(s)

Audience

Web developers

Prerequisites

Good knowledge of Javascript

Objectives

Creating modern day web applications by using Typescript

Methods

Classroom training with hands-on exercises

Description

Typescript is designed to create large scale web applications. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. With TypeScript you can have complete intellisense and types. No more wondering which type our object is.

This enables us, as a developer, to have more control of our Javascript code. Typescript allows us to use advanced features that are currently not available in Javascript.

The end result is still Javascript, but Typescript gives a developer a much better developer experience. With Typescript you can truly create object-oriented Javascript.

Contents

  • Introduction
    • Javascript
    • Why Typescript
    • Writing Typescript
  • Types
  • Functions
  • Interfaces
  • Classes
  • Generics
  • Enumerations
  • Modules
  • Integrating with 3th party libraries