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.
-
68 Views 0 Likes 0 Comments
We'll go over what TypeScript is and why we need it?
-
124 Views 0 Likes 0 Comments
We'll go over working with functions in TypeScript.
-
98 Views 0 Likes 0 Comments
We'll go over working with objects in TypeScript.
-
76 Views 0 Likes 0 Comments
We go over the concept of 'custom type' objects.
-
60 Views 0 Likes 0 Comments
We go over what exactly "interfaces" are and how to use them.
-
73 Views 0 Likes 0 Comments
We go over the concept of compiling interface code in JavaScript.
-
86 Views 0 Likes 0 Comments
We go over extending the interface in TypeScript.
-
70 Views 0 Likes 0 Comments
We go over intersection in interfaces in TypeScript.
-
81 Views 0 Likes 0 Comments
We go over working with interfaces with functions in TypeScript.
-
OOP with TypeScript: Introduction
@shahzaibkamal 6670 Views121 Views 0 Likes 0 CommentsIntroduction to our Object-Oriented Programming with CodeCast Series.
-
59 Views 0 Likes 0 Comments
In this video of the OOP TypeScript Series, we are going over Objects.
-
179 Views 0 Likes 0 Comments
Let's go over the basics of classes in TypeScript OOP.