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.
-
95 Views 0 Likes 0 Comments
We'll go over what TypeScript is and why we need it?
-
161 Views 0 Likes 0 Comments
We'll go over working with functions in TypeScript.
-
123 Views 0 Likes 0 Comments
We'll go over working with objects in TypeScript.
-
107 Views 0 Likes 0 Comments
We go over the concept of 'custom type' objects.
-
80 Views 0 Likes 0 Comments
We go over what exactly "interfaces" are and how to use them.
-
105 Views 0 Likes 0 Comments
We go over the concept of compiling interface code in JavaScript.
-
116 Views 0 Likes 0 Comments
We go over extending the interface in TypeScript.
-
95 Views 0 Likes 0 Comments
We go over intersection in interfaces in TypeScript.
-
108 Views 0 Likes 0 Comments
We go over working with interfaces with functions in TypeScript.
-
OOP with TypeScript: Introduction
@shahzaibkamal 9388 Views147 Views 0 Likes 0 CommentsIntroduction to our Object-Oriented Programming with CodeCast Series.
-
91 Views 0 Likes 0 Comments
In this video of the OOP TypeScript Series, we are going over Objects.
-
235 Views 0 Likes 0 Comments
Let's go over the basics of classes in TypeScript OOP.