TypeScript
TypeScript is designed for the development of large applications and transcompiles to JavaScript. It is a strict syntactical superset of JavaScript and adds optional static typing to the language.
-
Feb 25, 2022, 10:55 PM UTC 131 Views 0 Likes 0 Comments
We'll go over what TypeScript is and why we need it?
-
Mar 5, 2022, 9:23 AM UTC 228 Views 0 Likes 0 Comments
We'll go over working with functions in TypeScript.
-
Mar 6, 2022, 12:56 PM UTC 160 Views 0 Likes 0 Comments
We'll go over working with objects in TypeScript.
-
Mar 6, 2022, 1:58 PM UTC 150 Views 0 Likes 0 Comments
We go over the concept of 'custom type' objects.
-
Mar 8, 2022, 7:32 AM UTC 97 Views 0 Likes 0 Comments
We go over what exactly "interfaces" are and how to use them.
-
Mar 8, 2022, 8:39 AM UTC 131 Views 0 Likes 0 Comments
We go over the concept of compiling interface code in JavaScript.
-
Mar 8, 2022, 8:46 AM UTC 150 Views 0 Likes 0 Comments
We go over extending the interface in TypeScript.
-
Mar 8, 2022, 8:54 AM UTC 116 Views 0 Likes 0 Comments
We go over intersection in interfaces in TypeScript.
-
Mar 8, 2022, 11:45 AM UTC 140 Views 0 Likes 0 Comments
We go over working with interfaces with functions in TypeScript.
-
OOP with TypeScript: Introduction
@shahzaibkamal 11866 ViewsMar 20, 2022, 12:55 PM UTC 176 Views 0 Likes 0 CommentsIntroduction to our Object-Oriented Programming with CodeCast Series.
-
Mar 20, 2022, 2:13 PM UTC 105 Views 0 Likes 0 Comments
In this video of the OOP TypeScript Series, we are going over Objects.
-
OOP with TypeScript: Basics of Classes
@shahzaibkamal 11866 ViewsMar 21, 2022, 6:25 AM UTC 322 Views 0 Likes 0 CommentsLet's go over the basics of classes in TypeScript OOP.
Looks like you've reached the end!