Course Overview
TypeScript Tutorials:
TypeScript lets you write JavaScript the way you really want to. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces and statically typed like C# or Java.
Through these tutorials we shall learn how to compile, test and Run TypeScript on your workstation.
The training will include the following;
- Overview
- Env. Setup
- Basic Syntax
- Types
- Variables
- Operators
- Conditions
- Loops
- Functions
- Number, Strings and Arrays
- Tuples
- Union
- Interface
- Classed and Objects
- Namespace, Modules.
- Ambients
Target Customers:
- Non-programming testers interested in learning Automation
- Web developers
- Web app developers
Pre-Requisites:
- Good understanding of OOP concepts
- Basic JavaScript