TYPESCRIPT: TYPESCRIPT Programming in 8 Hours, For Beginners, Learn Coding Fast: TypeScript Quick Start Guide

Posted By: lucky_aut

TYPESCRIPT: TYPESCRIPT Programming in 8 Hours, For Beginners, Learn Coding Fast: TypeScript Quick Start Guide by Ray Yao
English | December 22, 2020 | ASIN: B08R7T2184 | 127 pages | AZW3,EPUB,MOBI | 6.04 MB

This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days.

About This Book

Absolutely for Beginners
This book covers all essential TypeScript language knowledge. You can learn complete primary skills of TypeScript programming fast and easily. The book includes more than 60 practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam.

Source Code for Download
This book provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs.

Table of Contents

Hour 1
What is TypeScript?
Why Using TypeScript?
Install TypeScript
Test Node.Js
Compile & Run
Hello World Program
TypeScript Comment
Hour 2
TypeScript Reserved Words
TypeScript Datatype
Variable
Define a Variable
Any Type
Never Type
Type Assertion
Number Properties
Number Properties Example
Number Object
Hour 3
Arithmetic Operators
Comparison Operators
Logical Operators
Assignment Operators
Ternary Operator
Typeof Operator
“+” and “-” Operators
If Statement
If-else Statement
Switch Statement
Let & Const
Hour 4
For Loop
For in Loop
For of Loop
While Loop
Do-While Loop
Break Statement
Continue Statement
Function
Function with arguments
Return Values
Anonymous Function
Lambda Function
Hour 5
String
String Length
Convert to String
Find a Character
Connect Two Strings
Locate a SubString (1)
Locate a SubString (2)
Replace a String
Get a Substring
Get Unicode
Case Conversion
String Functions
Hour 6
Create an Array
Array Object
Iterating Over an Array
Array Assignment
Connect Two Arrays
Array Length
Unshift() Function
Shift() Function
Push() Function
Pop() Function
Sort Array
Array Functions
Hour 7
Tuple
Access Tuple Element
Update a Tuple
Tuple Assign Values
Union Types (1)
Union Types (2)
Global & Local
Class Definition
Object Declaration
Class & Object
Extends
Hour 8
Multiple Extending
Overriding
Super Keyword
Static Variable & Method
Private Modifier (1)
Private Modifier (2)
Protected Modifier (1)
Protected Modifier (2)
Interface (1)
Interface (2)
Object (1)
Object (2)

TypeScript Questions & Answers
Questions
Answers