0% found this document useful (0 votes)
9 views

Typescript

Uploaded by

anandmca00
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Typescript

Uploaded by

anandmca00
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Study Material – TypeScript

Unit : 1

https://www.tutorialspoint.com/typescript/
Basic Typescript Refer all Topics in this Docs index.htm

Unit : 2
 Extending Types
 Intersection Types
 Interfaces vs.
Intersections
Object Types https://www.typescriptlang.org/docs/
 Generic Object Types handbook/2/objects.html
 Array Type
 Tuple Types
 Read-only Tuple
Types

 Classes
 Static and Instance https://www.developer.com/languages/top-10-
Data Types Members things-to-know-about-typescript/
 Constructors
 Inheritance

Modules Refer all Topics in this Docs https://www.typescriptlang.org/docs/handbook/


2/modules.html
 Numeric Enums
 Enum as a function
argument
Enums  String Enums
https://www.javatpoint.com/typescript-enums
 Heterogeneous Enums
 Reverse mapping
 Enums at runtime
 Ambient enums

Iterators and Iterableinterface https://www.typescriptlang.org/docs/handbook/


Generators iterators-and-generators.html
For..of statements

Typescript types Refer all Topics in this Docs https://www.javatpoint.com/typescript-types

Unit : 3
Async and Sync Refer all Topics in this Docs https://blog.logrocket.com/async-
await-in-typescript/
https://docs.microsoft.com/en-us/
visualstudio/javascript/unit-testing-
Unit Test Refer all Topics in this Docs javascript-with-visual-studio?
view=vs-2022&tabs=mocha
https://www.testim.io/blog/
typescript-unit-testing-101/
Es Lint Refer all Topics in this Docs https://eslint.org/docs/user-guide/
getting-started

You might also like