TYPESCRIPT Programming in 8 Hours, for Beginners, Learn Coding Fast PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download TYPESCRIPT Programming in 8 Hours, for Beginners, Learn Coding Fast PDF full book. Access full book title TYPESCRIPT Programming in 8 Hours, for Beginners, Learn Coding Fast by Ray Yao. Download full books in PDF and EPUB format.

TYPESCRIPT Programming in 8 Hours, for Beginners, Learn Coding Fast

TYPESCRIPT Programming in 8 Hours, for Beginners, Learn Coding Fast PDF Author: Ray Yao
Publisher:
ISBN:
Category :
Languages : en
Pages : 128

Book Description
About This Book: "TypeScript Programming & Exercises" is a textbook for high school, college and university students; it covers all essential TypeScript language knowledge. You can learn complete primary skills of TypeScript programming fast and easily. Note: This textbook is only suitable for the TypeScript programming beginners, high school, college and university students; it is not for the experienced TypeScript programmers. Source Code for Download: This textbook 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 Source Code Download