Cover Image for TypeScript:Get Started

TypeScript:Get Started

Hosted by Hack Club NMIT
 
 
Zoom
Registration
Past Event
Welcome! To join the event, please register below.
About Event

The workshop presents an introduction to TypeScript involving the basics of TypeScript and creation of To-Do list by easily integrating into a JavaScript project.

Topics of discussion-

The topics discussed in the session are primarily for beginners.

1. What is TypeScript?

2. What Does TypeScript Offer?

3. TypeScript Types

4. TypeScript Compiler (tsc)

5. How to Install the TypeScript Compiler

6. TypeScript Functions

7. TypeScript Interfaces

8. TypeScript Classes

9. Implementing a To-Do List using TypeScript

Pre-requisite-

1. TypeScript Complier : Download NodeJS. Click on the link below.

 [Download | Node.js](https://nodejs.org/en/download/)

2. Download a TypeScript editor preferably Visual Studio.(you can use notepad if you want but I use [vscode](https://code.visualstudio.com/) . Also [lots of other IDES support it as well](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support))


Reference-

Click the link below to get a deeper insight into TypeScript.

1. TypeScript Docs : [https://www.typescriptlang.org/docs/handbook/intro.html](https://www.typescriptlang.org/)2. Deep Dive by Basarat Ali Syed : [https://basarat.gitbook.io/typescript/](https://basarat.gitbook.io/typescript/)3. By Microsoft : [https://github.com/microsoft/TypeScript](https://github.com/microsoft/TypeScript)

Final Overview-

In this Webinar you will be understanding the basics of TypeScript and the relationship between TypeScript and JavaScript. Also learning more about this relationship will help you understand how TypeScript adds to JavaScript. TypeScript is JavaScript’s runtime with a compile-time type checker, so anything you learn about JavaScript is helping you learn TypeScript at the same time